Html Css Color HEX #285BAA Cerulean Blue

📋 copy color: '#285BAA'

red 40 ◦ green 91 ◦ blue 170

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

Shades of Cerulean Blue #285BAA

Tints of Cerulean Blue #285BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.48%

R = 13.29%
G = 30.23%
B = 56.48%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#285BAA (or 0x285BAA) is known color: Cerulean Blue. HEX triplet: 28, 5B and AA. RGB value is (40,91,170). Sum of RGB (Red+Green+Blue) = 40+91+170=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #285BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285BAA is #D7A455. Grayscale: #545454. Windows color (decimal): -14132310 or 11164456. OLE color: 11164456.

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

Color convert

RGB 40 91 170 -
CMYK 0.76 0.46 0 0.33
HSL 216.46º 0.62% 0.41% -
HSV(B) 216.46º 0.76% 0.67% -
XYZ 11.87 10.84 39.5 -
YUV 84.76 176.1 96.08 -
System Red Green Blue C M Y K H S L
Decimal 40 91 170 0.76 0.46 0 0.33 216.46 0.62 0.41
Hex 28 5B AA 4C 2E 0 21 D8 3E 29
Octal 50 133 252 114 56 0 41 330 76 51
Binary 101000 1011011 10101010 1001100 101110 0 100001 11011000 111110 101001

Color Harmonies of #285BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BAA

Black with #285BAA

Text Example


Text Example

White with #285BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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