Html Css Color HEX #285BAB Cerulean Blue

📋 copy color: '#285BAB'

red 40 ◦ green 91 ◦ blue 171

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

Shades of Cerulean Blue #285BAB

Tints of Cerulean Blue #285BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.62%

R = 13.25%
G = 30.13%
B = 56.62%

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

#285BAB (or 0x285BAB) is known color: Cerulean Blue. HEX triplet: 28, 5B and AB. RGB value is (40,91,171). Sum of RGB (Red+Green+Blue) = 40+91+171=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #285BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285BAB is #D7A454. Grayscale: #545454. Windows color (decimal): -14132309 or 11229992. OLE color: 11229992.

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

Color convert

RGB 40 91 171 -
CMYK 0.77 0.47 0 0.33
HSL 216.64º 0.62% 0.41% -
HSV(B) 216.64º 0.77% 0.67% -
XYZ 11.97 10.87 40 -
YUV 84.87 176.6 96 -
System Red Green Blue C M Y K H S L
Decimal 40 91 171 0.77 0.47 0 0.33 216.64 0.62 0.41
Hex 28 5B AB 4D 2F 0 21 D9 3E 29
Octal 50 133 253 115 57 0 41 331 76 51
Binary 101000 1011011 10101011 1001101 101111 0 100001 11011001 111110 101001

Color Harmonies of #285BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BAB

Black with #285BAB

Text Example


Text Example

White with #285BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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