#285DD6

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

Shades of Cerulean Blue #285DD6

Tints of Cerulean Blue #285DD6

Color information

#285DD6 (or 0x285DD6) is unknown color: approx Cerulean Blue. HEX triplet: 28, 5D and D6. RGB value is (40,93,214). Sum of RGB (Red+Green+Blue) = 40+93+214=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 214 (83.98% from 255 or 61.67% from 347); Max value from RGB is 214 - color contains mainly: blue. Hex color #285DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DD6 is #D7A229. Grayscale: #5A5A5A. Windows color (decimal): -14131754 or 14048552. OLE color: 14048552.

HSL color Cylindrical-coordinate representation of color #285DD6: hue angle of 221.72º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #285DD6 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4093214-
CMYK0.810.5700.16
HSL221.72º68.5%49.8%-
HSV(B)221.72º81.31%83.92%-
XYZ16.9313.1365.26-
YUV90.95197.4491.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.53%
GREEN value IS 93 (36.72% from 255) = 26.80%
BLUE value IS 214 (83.98% from 255) = 61.67%
R=11.53%
G=26.80%
B=61.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal40932140.810.5700.16221.7268.549.8
Hex285DD65139010de4532
Octal501353261217102033610562
Binary1010001011101110101101010001111001010000110111101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,93,214); }

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

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

 a { background-color: rgb(40,93,214); }

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

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

 span { border-color: rgb(40,93,214); }

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