#0870B4

Color #0870B4 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0870B4

Tints of Cerulean #0870B4

Color information

#0870B4 (or 0x0870B4) is unknown color: approx Cerulean. HEX triplet: 08, 70 and B4. RGB value is (8,112,180). Sum of RGB (Red+Green+Blue) = 8+112+180=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 180 (70.70% from 255 or 60% from 300); Max value from RGB is 180 - color contains mainly: blue. Hex color #0870B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0870B4 is #F78F4B. Grayscale: #585858. Windows color (decimal): -16224076 or 11825160. OLE color: 11825160.

HSL color Cylindrical-coordinate representation of color #0870B4: hue angle of 203.72º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0870B4 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8112180-
CMYK0.960.3800.29
HSL203.72º91.49%36.86%-
HSV(B)203.72º95.56%70.59%-
XYZ14.1314.9445.32-
YUV88.66179.5470.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 2.67%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 180 (70.70% from 255) = 60%
R=2.67%
G=37.33%
B=60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81121800.960.3800.29203.7291.4936.86
Hex870B4602601Dcc5b25
Octal101602641404603531413345
Binary10001110000101101001100000100110011101110011001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0870B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0870B4; }

 p { color: rgb(8,112,180); }

 H1.HeaderClassName
 {
   color: #0870B4;
 }
 .AnyTagClassName
 {
   color: #0870B4;
 }
</style>
background-color css

<style>
 a { background-color: #0870B4; }

 a { background-color: rgb(8,112,180); }

 div.DivClassName
 {
   background-color: #0870B4;
 }
 .BgClassName
 {
   background-color: #0870B4;
 }
</style>
border-color css

<style>
 span { border-color: #0870B4; }

 span { border-color: rgb(8,112,180); }

 td.TdClassName
 {
   border-color: #0870B4;
 }
 .TagClassName
 {
   border-color: #0870B4;
 }
</style>