Shades of Cerulean Blue #2154BD
Tints of Cerulean Blue #2154BD
RGB
CMYK
RGB Variations
Color information
#2154BD (or 0x2154BD) is known color: Cerulean Blue. HEX triplet: 21, 54 and BD. RGB value is (33,84,189). Sum of RGB (Red+Green+Blue) = 33+84+189=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #2154BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2154BD is #DEAB42. Grayscale: #505050. Windows color (decimal): -14592835 or 12407841. OLE color: 12407841.
HSL color Cylindrical-coordinate representation of color #2154BD: hue angle of 220.38º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2154BD is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 84 | 189 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.26 |
| HSL | 220.38º | 0.7% | 0.44% | - |
| HSV(B) | 220.38º | 0.83% | 0.74% | - |
| XYZ | 12.98 | 10.34 | 49.46 | - |
| YUV | 80.72 | 189.1 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 189 | 0.83 | 0.56 | 0 | 0.26 | 220.38 | 0.7 | 0.44 |
| Hex | 21 | 54 | BD | 53 | 38 | 0 | 1A | DC | 46 | 2C |
| Octal | 41 | 124 | 275 | 123 | 70 | 0 | 32 | 334 | 106 | 54 |
| Binary | 100001 | 1010100 | 10111101 | 1010011 | 111000 | 0 | 11010 | 11011100 | 1000110 | 101100 |
Color Harmonies of #2154BD
Complementary color
Monochromatic Colors of #2154BD
Black with #2154BD
Text Example
Text Example
White with #2154BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2154BD; }
p { color: rgb(33,84,189); }
H1.HeaderClassName
{
color: #2154BD;
}
.AnyTagClassName
{
color: #2154BD;
}
</style>
background-color css
<style>
a { background-color: #2154BD; }
a { background-color: rgb(33,84,189); }
div.DivClassName
{
background-color: #2154BD;
}
.BgClassName
{
background-color: #2154BD;
}
</style>
border-color css
<style>
span { border-color: #2154BD; }
span { border-color: rgb(33,84,189); }
td.TdClassName
{
border-color: #2154BD;
}
.TagClassName
{
border-color: #2154BD;
}
</style>