#285BC8

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

Shades of Cerulean Blue #285BC8

Tints of Cerulean Blue #285BC8

Color information

#285BC8 (or 0x285BC8) is unknown color: approx Cerulean Blue. HEX triplet: 28, 5B and C8. RGB value is (40,91,200). Sum of RGB (Red+Green+Blue) = 40+91+200=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 200 (78.52% from 255 or 60.42% from 331); Max value from RGB is 200 - color contains mainly: blue. Hex color #285BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BC8 is #D7A437. Grayscale: #575757. Windows color (decimal): -14132280 or 13130536. OLE color: 13130536.

HSL color Cylindrical-coordinate representation of color #285BC8: hue angle of 220.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #285BC8 is Cyan = 0.8, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4091200-
CMYK0.80.5400.22
HSL220.88º66.67%47.06%-
HSV(B)220.88º80%78.43%-
XYZ15.0412.156.19-
YUV88.18191.193.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.08%
GREEN value IS 91 (35.94% from 255) = 27.49%
BLUE value IS 200 (78.52% from 255) = 60.42%
R=12.08%
G=27.49%
B=60.42%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal40912000.80.5400.22220.8866.6747.06
Hex285BC85036016dd432f
Octal501333101206602633510357
Binary1010001011011110010001010000110110010110110111011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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