Html Css Color HEX #285CAE Cerulean Blue

📋 copy color: '#285CAE'

red 40 ◦ green 92 ◦ blue 174

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

Shades of Cerulean Blue #285CAE

Tints of Cerulean Blue #285CAE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

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

R = 13.07%
G = 30.07%
B = 56.86%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#285CAE (or 0x285CAE) is known color: Cerulean Blue. HEX triplet: 28, 5C and AE. RGB value is (40,92,174). Sum of RGB (Red+Green+Blue) = 40+92+174=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #285CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285CAE is #D7A351. Grayscale: #555555. Windows color (decimal): -14132050 or 11426856. OLE color: 11426856.

HSL color Cylindrical-coordinate representation of color #285CAE: hue angle of 216.72º 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 #285CAE is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 92 174 -
CMYK 0.77 0.47 0 0.32
HSL 216.72º 0.63% 0.42% -
HSV(B) 216.72º 0.77% 0.68% -
XYZ 12.34 11.16 41.55 -
YUV 85.8 177.77 95.33 -
System Red Green Blue C M Y K H S L
Decimal 40 92 174 0.77 0.47 0 0.32 216.72 0.63 0.42
Hex 28 5C AE 4D 2F 0 20 D9 3F 2A
Octal 50 134 256 115 57 0 40 331 77 52
Binary 101000 1011100 10101110 1001101 101111 0 100000 11011001 111111 101010

Color Harmonies of #285CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CAE

Black with #285CAE

Text Example


Text Example

White with #285CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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