#0285B5

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

Shades of Cerulean #0285B5

Tints of Cerulean #0285B5

Color information

#0285B5 (or 0x0285B5) is unknown color: approx Cerulean. HEX triplet: 02, 85 and B5. RGB value is (2,133,181). Sum of RGB (Red+Green+Blue) = 2+133+181=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 181 (71.09% from 255 or 57.28% from 316); Max value from RGB is 181 - color contains mainly: blue. Hex color #0285B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0285B5 is #FD7A4A. Grayscale: #626262. Windows color (decimal): -16611915 or 11896066. OLE color: 11896066.

HSL color Cylindrical-coordinate representation of color #0285B5: hue angle of 196.09º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0285B5 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2133181-
CMYK0.990.2700.29
HSL196.09º97.81%35.88%-
HSV(B)196.09º98.9%70.98%-
XYZ16.7520.1246.72-
YUV99.3174.158.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 133 (52.34% from 255) = 42.09%
BLUE value IS 181 (71.09% from 255) = 57.28%
R=0.63%
G=42.09%
B=57.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21331810.990.2700.29196.0997.8135.88
Hex285B5631B01Dc46224
Octal22052651433303530414244
Binary101000010110110101110001111011011101110001001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0285B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,133,181); }

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

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

 a { background-color: rgb(2,133,181); }

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

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

 span { border-color: rgb(2,133,181); }

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