color codes Logo

#0048fb color codes

#0048FB
(0,72,251)
0 Favorites   0 Comments

Color spaces of #0048fb

RGB 072251
HSL0.621.000.49
HSV223°100°98°
CMYK 1.000.710.00   0.02
XYZ19.730011.599892.4659
Yxy11.59980.15940.0937
Hunter Lab34.058543.8023-137.1264
CIE-Lab40.572952.2022-91.8565

#0048fb color RGB value is (0,72,251).

#0048fb hex color red value is 0, green value is 72 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0048fb hue: 0.62 , saturation: 1.00 and the lightness value of 0048fb is 0.49.

The process color (four color CMYK) of #0048fb color code is 1.00, 0.71, 0.00, 0.02. Web safe color of #0048fb is #0033ff. Color #0048fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001000 11111011
Octal 0 110 373
Decimal 0 72 251
Hex 0 48 FB

RGB Percentages of Color #0048fb

%0.00
%22.29
%77.71

CMYK Percentages of Color #0048fb

%100
%71
%0
%2

Triadic Colors of #0048fb

#0048fb #fb0048 #48fb00

Analogous Colors of #0048fb

#0048fb #3500fb #00c6fb

Monochromatic Colors of #0048fb

#0048fb

Complementary Color

#0048fb #fbb300

#0048fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0048fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0048fb Color CSS Codes

.mybgcolor {background-color:#0048fb; } 
.myforecolor {color:#0048fb; }
.mybordercolor {border:3px solid #0048fb; }

#0048fb Text Font Color

<p style="color:#0048fb">Text here</p>

This sample text font color is #0048fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0048fb Background Color

<div style="background-color:#0048fb">
Div content here</div>

This div background color is #0048fb


#0048fb Border Color

<div style="border:3px solid #0048fb">
Div here</div>

This div border color is #0048fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,72,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0048fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0048fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0048fb;
  box-shadow:         1px 1px 3px 2px #0048fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,72,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0048fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0048fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0048fb;
  box-shadow:         1px 1px 3px 2px #0048fb;">
Div content here</div>

This div box has shadow with color #0048fb


Comments

No comments written yet.

Please login to write comment.