Shades of Cerulean Blue #2153BC
Tints of Cerulean Blue #2153BC
RGB
CMYK
RGB Variations
Color information
#2153BC (or 0x2153BC) is known color: Cerulean Blue. HEX triplet: 21, 53 and BC. RGB value is (33,83,188). Sum of RGB (Red+Green+Blue) = 33+83+188=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #2153BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2153BC is #DEAC43. Grayscale: #4F4F4F. Windows color (decimal): -14593092 or 12342049. OLE color: 12342049.
HSL color Cylindrical-coordinate representation of color #2153BC: hue angle of 220.65º 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 #2153BC is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 83 | 188 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.26 |
| HSL | 220.65º | 0.7% | 0.43% | - |
| HSV(B) | 220.65º | 0.82% | 0.74% | - |
| XYZ | 12.8 | 10.14 | 48.86 | - |
| YUV | 80.02 | 188.94 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 188 | 0.82 | 0.56 | 0 | 0.26 | 220.65 | 0.7 | 0.43 |
| Hex | 21 | 53 | BC | 52 | 38 | 0 | 1A | DD | 46 | 2B |
| Octal | 41 | 123 | 274 | 122 | 70 | 0 | 32 | 335 | 106 | 53 |
| Binary | 100001 | 1010011 | 10111100 | 1010010 | 111000 | 0 | 11010 | 11011101 | 1000110 | 101011 |
Color Harmonies of #2153BC
Complementary color
Monochromatic Colors of #2153BC
Black with #2153BC
Text Example
Text Example
White with #2153BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2153BC; }
p { color: rgb(33,83,188); }
H1.HeaderClassName
{
color: #2153BC;
}
.AnyTagClassName
{
color: #2153BC;
}
</style>
background-color css
<style>
a { background-color: #2153BC; }
a { background-color: rgb(33,83,188); }
div.DivClassName
{
background-color: #2153BC;
}
.BgClassName
{
background-color: #2153BC;
}
</style>
border-color css
<style>
span { border-color: #2153BC; }
span { border-color: rgb(33,83,188); }
td.TdClassName
{
border-color: #2153BC;
}
.TagClassName
{
border-color: #2153BC;
}
</style>