Html Css Color HEX #285BAC Cerulean Blue

📋 copy color: '#285BAC'

red 40 ◦ green 91 ◦ blue 172

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

Shades of Cerulean Blue #285BAC

Tints of Cerulean Blue #285BAC

RGB

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

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

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

R = 13.2%
G = 30.03%
B = 56.77%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#285BAC (or 0x285BAC) is known color: Cerulean Blue. HEX triplet: 28, 5B and AC. RGB value is (40,91,172). Sum of RGB (Red+Green+Blue) = 40+91+172=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #285BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285BAC is #D7A453. Grayscale: #545454. Windows color (decimal): -14132308 or 11295528. OLE color: 11295528.

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

Color convert

RGB 40 91 172 -
CMYK 0.77 0.47 0 0.33
HSL 216.82º 0.62% 0.42% -
HSV(B) 216.82º 0.77% 0.67% -
XYZ 12.06 10.91 40.5 -
YUV 84.99 177.1 95.91 -
System Red Green Blue C M Y K H S L
Decimal 40 91 172 0.77 0.47 0 0.33 216.82 0.62 0.42
Hex 28 5B AC 4D 2F 0 21 D9 3E 2A
Octal 50 133 254 115 57 0 41 331 76 52
Binary 101000 1011011 10101100 1001101 101111 0 100001 11011001 111110 101010

Color Harmonies of #285BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BAC

Black with #285BAC

Text Example


Text Example

White with #285BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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