Html Css Color HEX #285DCD Cerulean Blue

📋 copy color: '#285DCD'

red 40 ◦ green 93 ◦ blue 205

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

Shades of Cerulean Blue #285DCD

Tints of Cerulean Blue #285DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.51%

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

R = 11.83%
G = 27.51%
B = 60.65%

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

#285DCD (or 0x285DCD) is known color: Cerulean Blue. HEX triplet: 28, 5D and CD. RGB value is (40,93,205). Sum of RGB (Red+Green+Blue) = 40+93+205=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #285DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DCD is #D7A232. Grayscale: #595959. Windows color (decimal): -14131763 or 13458728. OLE color: 13458728.

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

Color convert

RGB 40 93 205 -
CMYK 0.80 0.55 0 0.20
HSL 220.73º 0.67% 0.48% -
HSV(B) 220.73º 0.8% 0.8% -
XYZ 15.81 12.69 59.37 -
YUV 89.92 192.94 92.39 -
System Red Green Blue C M Y K H S L
Decimal 40 93 205 0.80 0.55 0 0.20 220.73 0.67 0.48
Hex 28 5D CD 50 37 0 14 DD 43 30
Octal 50 135 315 120 67 0 24 335 103 60
Binary 101000 1011101 11001101 1010000 110111 0 10100 11011101 1000011 110000

Color Harmonies of #285DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285DCD

Black with #285DCD

Text Example


Text Example

White with #285DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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