Html Css Color HEX #285CCC Cerulean Blue

📋 copy color: '#285CCC'

red 40 ◦ green 92 ◦ blue 204

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

Shades of Cerulean Blue #285CCC

Tints of Cerulean Blue #285CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.38%

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

R = 11.9%
G = 27.38%
B = 60.71%

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

#285CCC (or 0x285CCC) is known color: Cerulean Blue. HEX triplet: 28, 5C and CC. RGB value is (40,92,204). Sum of RGB (Red+Green+Blue) = 40+92+204=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #285CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285CCC is #D7A333. Grayscale: #585858. Windows color (decimal): -14132020 or 13392936. OLE color: 13392936.

HSL color Cylindrical-coordinate representation of color #285CCC: hue angle of 220.98º 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 #285CCC is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 92 204 -
CMYK 0.80 0.55 0 0.2
HSL 220.98º 0.67% 0.48% -
HSV(B) 220.98º 0.8% 0.8% -
XYZ 15.6 12.47 58.71 -
YUV 89.22 192.77 92.89 -
System Red Green Blue C M Y K H S L
Decimal 40 92 204 0.80 0.55 0 0.2 220.98 0.67 0.48
Hex 28 5C CC 50 37 0 14 DD 43 30
Octal 50 134 314 120 67 0 24 335 103 60
Binary 101000 1011100 11001100 1010000 110111 0 10100 11011101 1000011 110000

Color Harmonies of #285CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CCC

Black with #285CCC

Text Example


Text Example

White with #285CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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