Shades of Cerulean Blue #2154B1
Tints of Cerulean Blue #2154B1
RGB
CMYK
RGB Variations
Color information
#2154B1 (or 0x2154B1) is known color: Cerulean Blue. HEX triplet: 21, 54 and B1. RGB value is (33,84,177). Sum of RGB (Red+Green+Blue) = 33+84+177=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #2154B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2154B1 is #DEAB4E. Grayscale: #4E4E4E. Windows color (decimal): -14592847 or 11621409. OLE color: 11621409.
HSL color Cylindrical-coordinate representation of color #2154B1: hue angle of 218.75º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2154B1 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 84 | 177 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.31 |
| HSL | 218.75º | 0.69% | 0.41% | - |
| HSV(B) | 218.75º | 0.81% | 0.69% | - |
| XYZ | 11.73 | 9.84 | 42.88 | - |
| YUV | 79.35 | 183.1 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 177 | 0.81 | 0.53 | 0 | 0.31 | 218.75 | 0.69 | 0.41 |
| Hex | 21 | 54 | B1 | 51 | 35 | 0 | 1F | DB | 45 | 29 |
| Octal | 41 | 124 | 261 | 121 | 65 | 0 | 37 | 333 | 105 | 51 |
| Binary | 100001 | 1010100 | 10110001 | 1010001 | 110101 | 0 | 11111 | 11011011 | 1000101 | 101001 |
Color Harmonies of #2154B1
Complementary color
Monochromatic Colors of #2154B1
Black with #2154B1
Text Example
Text Example
White with #2154B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2154B1; }
p { color: rgb(33,84,177); }
H1.HeaderClassName
{
color: #2154B1;
}
.AnyTagClassName
{
color: #2154B1;
}
</style>
background-color css
<style>
a { background-color: #2154B1; }
a { background-color: rgb(33,84,177); }
div.DivClassName
{
background-color: #2154B1;
}
.BgClassName
{
background-color: #2154B1;
}
</style>
border-color css
<style>
span { border-color: #2154B1; }
span { border-color: rgb(33,84,177); }
td.TdClassName
{
border-color: #2154B1;
}
.TagClassName
{
border-color: #2154B1;
}
</style>