#285EB5

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

Shades of Cerulean Blue #285EB5

Tints of Cerulean Blue #285EB5

Color information

#285EB5 (or 0x285EB5) is unknown color: approx Cerulean Blue. HEX triplet: 28, 5E and B5. RGB value is (40,94,181). Sum of RGB (Red+Green+Blue) = 40+94+181=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 181 (71.09% from 255 or 57.46% from 315); Max value from RGB is 181 - color contains mainly: blue. Hex color #285EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285EB5 is #D7A14A. Grayscale: #575757. Windows color (decimal): -14131531 or 11886120. OLE color: 11886120.

HSL color Cylindrical-coordinate representation of color #285EB5: hue angle of 217.02º 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 #285EB5 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4094181-
CMYK0.780.4800.29
HSL217.02º63.8%43.33%-
HSV(B)217.02º77.9%70.98%-
XYZ13.2211.7945.3-
YUV87.77180.6193.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.70%
GREEN value IS 94 (37.11% from 255) = 29.84%
BLUE value IS 181 (71.09% from 255) = 57.46%
R=12.70%
G=29.84%
B=57.46%

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
Decimal40941810.780.4800.29217.0263.843.33
Hex285EB54E3001Dd9402b
Octal501362651166003533110053
Binary1010001011110101101011001110110000011101110110011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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