Color Hex Logo

#0f50bc Color Hex

#0F50BC
(15,80,188)
0 Favorites   0 Comments

Color spaces of #0f50bc

RGB 1580188
HSL0.600.850.40
HSV217°92°74°
CMYK 0.920.570.00   0.26
XYZ12.14289.469748.7648
Yxy9.46970.17250.1346
Hunter Lab30.772916.5825-72.4140
CIE-Lab36.873323.9215-61.8581

#0f50bc color RGB value is (15,80,188).

#0f50bc hex color red value is 15, green value is 80 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0f50bc hue: 0.60 , saturation: 0.85 and the lightness value of 0f50bc is 0.40.

The process color (four color CMYK) of #0f50bc color hex is 0.92, 0.57, 0.00, 0.26. Web safe color of #0f50bc is #0066cc. Color #0f50bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01010000 10111100
Octal 17 120 274
Decimal 15 80 188
Hex F 50 BC

RGB Percentages of Color #0f50bc

%5.30
%28.27
%66.43

CMYK Percentages of Color #0f50bc

%92
%57
%0
%26

Triadic Colors of #0f50bc

#0f50bc #bc0f50 #50bc0f

Analogous Colors of #0f50bc

#0f50bc #240fbc #0fa7bc

Monochromatic Colors of #0f50bc

#0f50bc

Complementary Color

#0f50bc #bc7b0f

#0f50bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f50bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f50bc Color CSS Codes

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

#0f50bc Text Font Color

<p style="color:#0f50bc">Text here</p>

This sample text font color is #0f50bc
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.


#0f50bc Background Color

<div style="background-color:#0f50bc">
Div content here</div>

This div background color is #0f50bc


#0f50bc Border Color

<div style="border:3px solid #0f50bc">
Div here</div>

This div border color is #0f50bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,80,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f50bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f50bc;
  -webkit-box-shadow: 1px 1px 3px 2px #0f50bc;
  box-shadow:         1px 1px 3px 2px #0f50bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,80,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f50bc


Comments

No comments written yet.

Please login to write comment.