#0070B5

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

Shades of Cerulean #0070B5

Tints of Cerulean #0070B5

Color information

#0070B5 (or 0x0070B5) is unknown color: approx Cerulean. HEX triplet: 00, 70 and B5. RGB value is (0,112,181). Sum of RGB (Red+Green+Blue) = 0+112+181=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 181 (71.09% from 255 or 61.77% from 293); Max value from RGB is 181 - color contains mainly: blue. Hex color #0070B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0070B5 is #FF8F4A. Grayscale: #555555. Windows color (decimal): -16748363 or 11890688. OLE color: 11890688.

HSL color Cylindrical-coordinate representation of color #0070B5: hue angle of 202.87º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0070B5 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB0112181-
CMYK10.3800.29
HSL202.87º100%35.49%-
HSV(B)202.87º100%70.98%-
XYZ14.1314.9245.85-
YUV86.38181.3966.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 181 (71.09% from 255) = 61.77%
R=0%
G=38.23%
B=61.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal011218110.3800.29202.8710035.49
Hex070B5642601Dcb6423
Octal01602651444603531314443
Binary01110000101101011100100100110011101110010111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0070B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0070B5; }

 p { color: rgb(0,112,181); }

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

<style>
 a { background-color: #0070B5; }

 a { background-color: rgb(0,112,181); }

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

<style>
 span { border-color: #0070B5; }

 span { border-color: rgb(0,112,181); }

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