Html Css Color HEX #285ACE Cerulean Blue

📋 copy color: '#285ACE'

red 40 ◦ green 90 ◦ blue 206

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

Shades of Cerulean Blue #285ACE

Tints of Cerulean Blue #285ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.79%

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

R = 11.9%
G = 26.79%
B = 61.31%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#285ACE (or 0x285ACE) is known color: Cerulean Blue. HEX triplet: 28, 5A and CE. RGB value is (40,90,206). Sum of RGB (Red+Green+Blue) = 40+90+206=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #285ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285ACE is #D7A531. Grayscale: #575757. Windows color (decimal): -14132530 or 13523496. OLE color: 13523496.

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

Color convert

RGB 40 90 206 -
CMYK 0.81 0.56 0 0.19
HSL 221.93º 0.67% 0.48% -
HSV(B) 221.93º 0.81% 0.81% -
XYZ 15.67 12.22 59.93 -
YUV 88.27 194.44 93.57 -
System Red Green Blue C M Y K H S L
Decimal 40 90 206 0.81 0.56 0 0.19 221.93 0.67 0.48
Hex 28 5A CE 51 38 0 13 DE 43 30
Octal 50 132 316 121 70 0 23 336 103 60
Binary 101000 1011010 11001110 1010001 111000 0 10011 11011110 1000011 110000

Color Harmonies of #285ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285ACE

Black with #285ACE

Text Example


Text Example

White with #285ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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