Html Css Color HEX #285EC9 Cerulean Blue

📋 copy color: '#285EC9'

red 40 ◦ green 94 ◦ blue 201

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

Shades of Cerulean Blue #285EC9

Tints of Cerulean Blue #285EC9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.06%

 BLUE value IS 201 (78.91% from 255) = 60%

R = 11.94%
G = 28.06%
B = 60%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#285EC9 (or 0x285EC9) is known color: Cerulean Blue. HEX triplet: 28, 5E and C9. RGB value is (40,94,201). Sum of RGB (Red+Green+Blue) = 40+94+201=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 201 (78.91% from 255 or 60% from 335); Max value from RGB is 201 - color contains mainly: blue. Hex color #285EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285EC9 is #D7A136. Grayscale: #595959. Windows color (decimal): -14131511 or 13196840. OLE color: 13196840.

HSL color Cylindrical-coordinate representation of color #285EC9: hue angle of 219.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #285EC9 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 94 201 -
CMYK 0.80 0.53 0 0.21
HSL 219.88º 0.67% 0.47% -
HSV(B) 219.88º 0.8% 0.79% -
XYZ 15.42 12.67 56.89 -
YUV 90.05 190.61 92.3 -
System Red Green Blue C M Y K H S L
Decimal 40 94 201 0.80 0.53 0 0.21 219.88 0.67 0.47
Hex 28 5E C9 50 35 0 15 DC 43 2F
Octal 50 136 311 120 65 0 25 334 103 57
Binary 101000 1011110 11001001 1010000 110101 0 10101 11011100 1000011 101111

Color Harmonies of #285EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285EC9

Black with #285EC9

Text Example


Text Example

White with #285EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,94,201); }

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

background-color css

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

 a { background-color: rgb(40,94,201); }

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

border-color css

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

 span { border-color: rgb(40,94,201); }

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