Html Css Color HEX #285CCD Cerulean Blue

📋 copy color: '#285CCD'

red 40 ◦ green 92 ◦ blue 205

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

Shades of Cerulean Blue #285CCD

Tints of Cerulean Blue #285CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.83%

R = 11.87%
G = 27.3%
B = 60.83%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#285CCD (or 0x285CCD) is known color: Cerulean Blue. HEX triplet: 28, 5C and CD. RGB value is (40,92,205). Sum of RGB (Red+Green+Blue) = 40+92+205=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #285CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285CCD is #D7A332. Grayscale: #585858. Windows color (decimal): -14132019 or 13458472. OLE color: 13458472.

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

Color convert

RGB 40 92 205 -
CMYK 0.80 0.55 0 0.20
HSL 221.09º 0.67% 0.48% -
HSV(B) 221.09º 0.8% 0.8% -
XYZ 15.72 12.51 59.34 -
YUV 89.33 193.27 92.81 -
System Red Green Blue C M Y K H S L
Decimal 40 92 205 0.80 0.55 0 0.20 221.09 0.67 0.48
Hex 28 5C CD 50 37 0 14 DD 43 30
Octal 50 134 315 120 67 0 24 335 103 60
Binary 101000 1011100 11001101 1010000 110111 0 10100 11011101 1000011 110000

Color Harmonies of #285CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CCD

Black with #285CCD

Text Example


Text Example

White with #285CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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