Html Css Color HEX #285AAC Cerulean Blue

📋 copy color: '#285AAC'

red 40 ◦ green 90 ◦ blue 172

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

Shades of Cerulean Blue #285AAC

Tints of Cerulean Blue #285AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.95%

R = 13.25%
G = 29.8%
B = 56.95%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#285AAC (or 0x285AAC) is known color: Cerulean Blue. HEX triplet: 28, 5A and AC. RGB value is (40,90,172). Sum of RGB (Red+Green+Blue) = 40+90+172=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #285AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285AAC is #D7A553. Grayscale: #545454. Windows color (decimal): -14132564 or 11295272. OLE color: 11295272.

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

Color convert

RGB 40 90 172 -
CMYK 0.77 0.48 0 0.33
HSL 217.27º 0.62% 0.42% -
HSV(B) 217.27º 0.77% 0.67% -
XYZ 11.98 10.74 40.47 -
YUV 84.4 177.44 96.33 -
System Red Green Blue C M Y K H S L
Decimal 40 90 172 0.77 0.48 0 0.33 217.27 0.62 0.42
Hex 28 5A AC 4D 30 0 21 D9 3E 2A
Octal 50 132 254 115 60 0 41 331 76 52
Binary 101000 1011010 10101100 1001101 110000 0 100001 11011001 111110 101010

Color Harmonies of #285AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285AAC

Black with #285AAC

Text Example


Text Example

White with #285AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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