Shades of Cerulean Blue #2154BC
Tints of Cerulean Blue #2154BC
RGB
CMYK
RGB Variations
Color information
#2154BC (or 0x2154BC) is known color: Cerulean Blue. HEX triplet: 21, 54 and BC. RGB value is (33,84,188). Sum of RGB (Red+Green+Blue) = 33+84+188=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #2154BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2154BC is #DEAB43. Grayscale: #505050. Windows color (decimal): -14592836 or 12342305. OLE color: 12342305.
HSL color Cylindrical-coordinate representation of color #2154BC: hue angle of 220.26º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2154BC is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 84 | 188 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.26 |
| HSL | 220.26º | 0.7% | 0.43% | - |
| HSV(B) | 220.26º | 0.82% | 0.74% | - |
| XYZ | 12.87 | 10.29 | 48.89 | - |
| YUV | 80.61 | 188.6 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 188 | 0.82 | 0.55 | 0 | 0.26 | 220.26 | 0.7 | 0.43 |
| Hex | 21 | 54 | BC | 52 | 37 | 0 | 1A | DC | 46 | 2B |
| Octal | 41 | 124 | 274 | 122 | 67 | 0 | 32 | 334 | 106 | 53 |
| Binary | 100001 | 1010100 | 10111100 | 1010010 | 110111 | 0 | 11010 | 11011100 | 1000110 | 101011 |
Color Harmonies of #2154BC
Complementary color
Monochromatic Colors of #2154BC
Black with #2154BC
Text Example
Text Example
White with #2154BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2154BC; }
p { color: rgb(33,84,188); }
H1.HeaderClassName
{
color: #2154BC;
}
.AnyTagClassName
{
color: #2154BC;
}
</style>
background-color css
<style>
a { background-color: #2154BC; }
a { background-color: rgb(33,84,188); }
div.DivClassName
{
background-color: #2154BC;
}
.BgClassName
{
background-color: #2154BC;
}
</style>
border-color css
<style>
span { border-color: #2154BC; }
span { border-color: rgb(33,84,188); }
td.TdClassName
{
border-color: #2154BC;
}
.TagClassName
{
border-color: #2154BC;
}
</style>