Html Css Color HEX #285DCE Cerulean Blue

📋 copy color: '#285DCE'

red 40 ◦ green 93 ◦ blue 206

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

Shades of Cerulean Blue #285DCE

Tints of Cerulean Blue #285DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.77%

R = 11.8%
G = 27.43%
B = 60.77%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#285DCE (or 0x285DCE) is known color: Cerulean Blue. HEX triplet: 28, 5D and CE. RGB value is (40,93,206). Sum of RGB (Red+Green+Blue) = 40+93+206=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #285DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DCE is #D7A231. Grayscale: #595959. Windows color (decimal): -14131762 or 13524264. OLE color: 13524264.

HSL color Cylindrical-coordinate representation of color #285DCE: hue angle of 220.84º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #285DCE is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 93 206 -
CMYK 0.81 0.55 0 0.19
HSL 220.84º 0.67% 0.48% -
HSV(B) 220.84º 0.81% 0.81% -
XYZ 15.93 12.74 60.01 -
YUV 90.04 193.44 92.31 -
System Red Green Blue C M Y K H S L
Decimal 40 93 206 0.81 0.55 0 0.19 220.84 0.67 0.48
Hex 28 5D CE 51 37 0 13 DD 43 30
Octal 50 135 316 121 67 0 23 335 103 60
Binary 101000 1011101 11001110 1010001 110111 0 10011 11011101 1000011 110000

Color Harmonies of #285DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285DCE

Black with #285DCE

Text Example


Text Example

White with #285DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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