Html Css Color HEX #285DC0 Cerulean Blue

📋 copy color: '#285DC0'

red 40 ◦ green 93 ◦ blue 192

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

Shades of Cerulean Blue #285DC0

Tints of Cerulean Blue #285DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 59.08%

R = 12.31%
G = 28.62%
B = 59.08%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#285DC0 (or 0x285DC0) is known color: Cerulean Blue. HEX triplet: 28, 5D and C0. RGB value is (40,93,192). Sum of RGB (Red+Green+Blue) = 40+93+192=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 192 (75.39% from 255 or 59.08% from 325); Max value from RGB is 192 - color contains mainly: blue. Hex color #285DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DC0 is #D7A23F. Grayscale: #575757. Windows color (decimal): -14131776 or 12606760. OLE color: 12606760.

HSL color Cylindrical-coordinate representation of color #285DC0: hue angle of 219.08º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #285DC0 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 93 192 -
CMYK 0.79 0.52 0 0.25
HSL 219.08º 0.66% 0.45% -
HSV(B) 219.08º 0.79% 0.75% -
XYZ 14.3 12.09 51.45 -
YUV 88.44 186.44 93.45 -
System Red Green Blue C M Y K H S L
Decimal 40 93 192 0.79 0.52 0 0.25 219.08 0.66 0.45
Hex 28 5D C0 4F 34 0 19 DB 42 2D
Octal 50 135 300 117 64 0 31 333 102 55
Binary 101000 1011101 11000000 1001111 110100 0 11001 11011011 1000010 101101

Color Harmonies of #285DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285DC0

Black with #285DC0

Text Example


Text Example

White with #285DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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