#285FB5

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

Shades of Cerulean Blue #285FB5

Tints of Cerulean Blue #285FB5

Color information

#285FB5 (or 0x285FB5) is unknown color: approx Cerulean Blue. HEX triplet: 28, 5F and B5. RGB value is (40,95,181). Sum of RGB (Red+Green+Blue) = 40+95+181=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 95 (37.5% from 255 or 30.06% 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 #285FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285FB5 is #D7A04A. Grayscale: #575757. Windows color (decimal): -14131275 or 11886376. OLE color: 11886376.

HSL color Cylindrical-coordinate representation of color #285FB5: hue angle of 216.6º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #285FB5 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4095181-
CMYK0.780.4800.29
HSL216.6º63.8%43.33%-
HSV(B)216.6º77.9%70.98%-
XYZ13.3111.9745.33-
YUV88.36180.2893.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.66%
GREEN value IS 95 (37.5% from 255) = 30.06%
BLUE value IS 181 (71.09% from 255) = 57.28%
R=12.66%
G=30.06%
B=57.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal40951810.780.4800.29216.663.843.33
Hex285FB54E3001Dd9402b
Octal501372651166003533110053
Binary1010001011111101101011001110110000011101110110011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285FB5; }

 p { color: rgb(40,95,181); }

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

<style>
 a { background-color: #285FB5; }

 a { background-color: rgb(40,95,181); }

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

<style>
 span { border-color: #285FB5; }

 span { border-color: rgb(40,95,181); }

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