Html Css Color HEX #285BCC Cerulean Blue

📋 copy color: '#285BCC'

red 40 ◦ green 91 ◦ blue 204

#285BCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #285BCC

Tints of Cerulean Blue #285BCC

RGB

 RED value IS 40 (16.02% from 255) = 11.94%

 GREEN value IS 91 (35.94% from 255) = 27.16%

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 11.94%
G = 27.16%
B = 60.9%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#285BCC (or 0x285BCC) is known color: Cerulean Blue. HEX triplet: 28, 5B and CC. RGB value is (40,91,204). Sum of RGB (Red+Green+Blue) = 40+91+204=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #285BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BCC is #D7A433. Grayscale: #585858. Windows color (decimal): -14132276 or 13392680. OLE color: 13392680.

HSL color Cylindrical-coordinate representation of color #285BCC: hue angle of 221.34º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #285BCC is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 91 204 -
CMYK 0.80 0.55 0 0.2
HSL 221.34º 0.67% 0.48% -
HSV(B) 221.34º 0.8% 0.8% -
XYZ 15.52 12.29 58.68 -
YUV 88.63 193.1 93.31 -
System Red Green Blue C M Y K H S L
Decimal 40 91 204 0.80 0.55 0 0.2 221.34 0.67 0.48
Hex 28 5B CC 50 37 0 14 DD 43 30
Octal 50 133 314 120 67 0 24 335 103 60
Binary 101000 1011011 11001100 1010000 110111 0 10100 11011101 1000011 110000

Color Harmonies of #285BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BCC

Black with #285BCC

Text Example


Text Example

White with #285BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #285BCC;
 }
 .AnyTagClassName
 {
   color: #285BCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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