#2154ab

Color #2154AB Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2154AB

Tints of Cerulean Blue #2154AB

Color information

#2154AB (or 0x2154AB) is unknown color: approx Cerulean Blue. HEX triplet: 21, 54 and AB. RGB value is (33,84,171). Sum of RGB (Red+Green+Blue) = 33+84+171=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #2154AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2154AB is #DEAB54. Grayscale: #4E4E4E. Windows color (decimal): -14592853 or 11228193. OLE color: 11228193.

HSL color Cylindrical-coordinate representation of color #2154AB: hue angle of 217.83º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2154AB is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3384171-
CMYK0.810.5100.33
HSL217.83º67.65%40%-
HSV(B)217.83º80.7%67.06%-
XYZ11.159.639.79-
YUV78.67180.195.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.46%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 171 (67.19% from 255) = 59.38%
R=11.46%
G=29.17%
B=59.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33841710.810.5100.33217.8367.6540
Hex2154AB5133021da4428
Octal411242531216304133210450
Binary10000110101001010101110100011100110100001110110101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2154ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2154ab; }

 p { color: rgb(33,84,171); }

 H1.HeaderClassName
 {
   color: #2154ab;
 }
 .AnyTagClassName
 {
   color: #2154ab;
 }
</style>
background-color css

<style>
 a { background-color: #2154ab; }

 a { background-color: rgb(33,84,171); }

 div.DivClassName
 {
   background-color: #2154ab;
 }
 .BgClassName
 {
   background-color: #2154ab;
 }
</style>
border-color css

<style>
 span { border-color: #2154ab; }

 span { border-color: rgb(33,84,171); }

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