#2154B2

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

Shades of Cerulean Blue #2154B2

Tints of Cerulean Blue #2154B2

Color information

#2154B2 (or 0x2154B2) is unknown color: approx Cerulean Blue. HEX triplet: 21, 54 and B2. RGB value is (33,84,178). Sum of RGB (Red+Green+Blue) = 33+84+178=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 178 (69.92% from 255 or 60.34% from 295); Max value from RGB is 178 - color contains mainly: blue. Hex color #2154B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2154B2 is #DEAB4D. Grayscale: #4F4F4F. Windows color (decimal): -14592846 or 11686945. OLE color: 11686945.

HSL color Cylindrical-coordinate representation of color #2154B2: hue angle of 218.9º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2154B2 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3384178-
CMYK0.810.5300.30
HSL218.9º68.72%41.37%-
HSV(B)218.9º81.46%69.8%-
XYZ11.839.8843.4-
YUV79.47183.694.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.19%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 178 (69.92% from 255) = 60.34%
R=11.19%
G=28.47%
B=60.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33841780.810.5300.30218.968.7241.37
Hex2154B2513501Edb4529
Octal411242621216503633310551
Binary1000011010100101100101010001110101011110110110111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2154B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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