#285BC4

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

Shades of Cerulean Blue #285BC4

Tints of Cerulean Blue #285BC4

Color information

#285BC4 (or 0x285BC4) is unknown color: approx Cerulean Blue. HEX triplet: 28, 5B and C4. RGB value is (40,91,196). Sum of RGB (Red+Green+Blue) = 40+91+196=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 196 (76.95% from 255 or 59.94% from 327); Max value from RGB is 196 - color contains mainly: blue. Hex color #285BC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BC4 is #D7A43B. Grayscale: #575757. Windows color (decimal): -14132284 or 12868392. OLE color: 12868392.

HSL color Cylindrical-coordinate representation of color #285BC4: hue angle of 220.38º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #285BC4 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4091196-
CMYK0.800.5400.23
HSL220.38º66.1%46.27%-
HSV(B)220.38º79.59%76.86%-
XYZ14.5811.9253.76-
YUV87.72189.193.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.23%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 196 (76.95% from 255) = 59.94%
R=12.23%
G=27.83%
B=59.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal40911960.800.5400.23220.3866.146.27
Hex285BC45036017dc422e
Octal501333041206602733410256
Binary1010001011011110001001010000110110010111110111001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,91,196); }

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

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

 a { background-color: rgb(40,91,196); }

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

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

 span { border-color: rgb(40,91,196); }

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