Html Css Color HEX #285BAE Cerulean Blue

📋 copy color: '#285BAE'

red 40 ◦ green 91 ◦ blue 174

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

Shades of Cerulean Blue #285BAE

Tints of Cerulean Blue #285BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.84%

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

R = 13.11%
G = 29.84%
B = 57.05%

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

#285BAE (or 0x285BAE) is known color: Cerulean Blue. HEX triplet: 28, 5B and AE. RGB value is (40,91,174). Sum of RGB (Red+Green+Blue) = 40+91+174=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #285BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285BAE is #D7A451. Grayscale: #545454. Windows color (decimal): -14132306 or 11426600. OLE color: 11426600.

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

Color convert

RGB 40 91 174 -
CMYK 0.77 0.48 0 0.32
HSL 217.16º 0.63% 0.42% -
HSV(B) 217.16º 0.77% 0.68% -
XYZ 12.26 10.99 41.52 -
YUV 85.21 178.1 95.75 -
System Red Green Blue C M Y K H S L
Decimal 40 91 174 0.77 0.48 0 0.32 217.16 0.63 0.42
Hex 28 5B AE 4D 30 0 20 D9 3F 2A
Octal 50 133 256 115 60 0 40 331 77 52
Binary 101000 1011011 10101110 1001101 110000 0 100000 11011001 111111 101010

Color Harmonies of #285BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BAE

Black with #285BAE

Text Example


Text Example

White with #285BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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