Html Css Color HEX #285FCE Cerulean Blue

📋 copy color: '#285FCE'

red 40 ◦ green 95 ◦ blue 206

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

Shades of Cerulean Blue #285FCE

Tints of Cerulean Blue #285FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.86%

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

R = 11.73%
G = 27.86%
B = 60.41%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#285FCE (or 0x285FCE) is known color: Cerulean Blue. HEX triplet: 28, 5F and CE. RGB value is (40,95,206). Sum of RGB (Red+Green+Blue) = 40+95+206=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #285FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285FCE is #D7A031. Grayscale: #5A5A5A. Windows color (decimal): -14131250 or 13524776. OLE color: 13524776.

HSL color Cylindrical-coordinate representation of color #285FCE: hue angle of 220.12º 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 #285FCE is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 95 206 -
CMYK 0.81 0.54 0 0.19
HSL 220.12º 0.67% 0.48% -
HSV(B) 220.12º 0.81% 0.81% -
XYZ 16.11 13.09 60.07 -
YUV 91.21 192.78 91.47 -
System Red Green Blue C M Y K H S L
Decimal 40 95 206 0.81 0.54 0 0.19 220.12 0.67 0.48
Hex 28 5F CE 51 36 0 13 DC 43 30
Octal 50 137 316 121 66 0 23 334 103 60
Binary 101000 1011111 11001110 1010001 110110 0 10011 11011100 1000011 110000

Color Harmonies of #285FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285FCE

Black with #285FCE

Text Example


Text Example

White with #285FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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