Html Css Color HEX #285AAE Cerulean Blue

📋 copy color: '#285AAE'

red 40 ◦ green 90 ◦ blue 174

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

Shades of Cerulean Blue #285AAE

Tints of Cerulean Blue #285AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.24%

R = 13.16%
G = 29.61%
B = 57.24%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#285AAE (or 0x285AAE) is known color: Cerulean Blue. HEX triplet: 28, 5A and AE. RGB value is (40,90,174). Sum of RGB (Red+Green+Blue) = 40+90+174=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #285AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285AAE is #D7A551. Grayscale: #545454. Windows color (decimal): -14132562 or 11426344. OLE color: 11426344.

HSL color Cylindrical-coordinate representation of color #285AAE: hue angle of 217.61º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #285AAE is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 90 174 -
CMYK 0.77 0.48 0 0.32
HSL 217.61º 0.63% 0.42% -
HSV(B) 217.61º 0.77% 0.68% -
XYZ 12.17 10.82 41.49 -
YUV 84.63 178.44 96.17 -
System Red Green Blue C M Y K H S L
Decimal 40 90 174 0.77 0.48 0 0.32 217.61 0.63 0.42
Hex 28 5A AE 4D 30 0 20 DA 3F 2A
Octal 50 132 256 115 60 0 40 332 77 52
Binary 101000 1011010 10101110 1001101 110000 0 100000 11011010 111111 101010

Color Harmonies of #285AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285AAE

Black with #285AAE

Text Example


Text Example

White with #285AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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