#2154AD

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

Shades of Cerulean Blue #2154AD

Tints of Cerulean Blue #2154AD

Color information

#2154AD (or 0x2154AD) is unknown color: approx Cerulean Blue. HEX triplet: 21, 54 and AD. RGB value is (33,84,173). Sum of RGB (Red+Green+Blue) = 33+84+173=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #2154AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2154AD is #DEAB52. Grayscale: #4E4E4E. Windows color (decimal): -14592851 or 11359265. OLE color: 11359265.

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

Color convert

RGB3384173-
CMYK0.810.5100.32
HSL218.14º67.96%40.39%-
HSV(B)218.14º80.92%67.84%-
XYZ11.349.6840.81-
YUV78.9181.195.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.38%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 173 (67.97% from 255) = 59.66%
R=11.38%
G=28.97%
B=59.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33841730.810.5100.32218.1467.9640.39
Hex2154AD5133020da4428
Octal411242551216304033210450
Binary10000110101001010110110100011100110100000110110101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2154AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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