Shades of Cerulean Blue #2157C9
Tints of Cerulean Blue #2157C9
RGB
CMYK
RGB Variations
Color information
#2157C9 (or 0x2157C9) is known color: Cerulean Blue. HEX triplet: 21, 57 and C9. RGB value is (33,87,201). Sum of RGB (Red+Green+Blue) = 33+87+201=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 201 (78.91% from 255 or 62.62% from 321); Max value from RGB is 201 - color contains mainly: blue. Hex color #2157C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2157C9 is #DEA836. Grayscale: #535353. Windows color (decimal): -14592055 or 13195041. OLE color: 13195041.
HSL color Cylindrical-coordinate representation of color #2157C9: hue angle of 220.71º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2157C9 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 87 | 201 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.21 |
| HSL | 220.71º | 0.72% | 0.46% | - |
| HSV(B) | 220.71º | 0.84% | 0.79% | - |
| XYZ | 14.58 | 11.36 | 56.68 | - |
| YUV | 83.85 | 194.11 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 87 | 201 | 0.84 | 0.57 | 0 | 0.21 | 220.71 | 0.72 | 0.46 |
| Hex | 21 | 57 | C9 | 54 | 39 | 0 | 15 | DD | 48 | 2E |
| Octal | 41 | 127 | 311 | 124 | 71 | 0 | 25 | 335 | 110 | 56 |
| Binary | 100001 | 1010111 | 11001001 | 1010100 | 111001 | 0 | 10101 | 11011101 | 1001000 | 101110 |
Color Harmonies of #2157C9
Complementary color
Monochromatic Colors of #2157C9
Black with #2157C9
Text Example
Text Example
White with #2157C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2157C9; }
p { color: rgb(33,87,201); }
H1.HeaderClassName
{
color: #2157C9;
}
.AnyTagClassName
{
color: #2157C9;
}
</style>
background-color css
<style>
a { background-color: #2157C9; }
a { background-color: rgb(33,87,201); }
div.DivClassName
{
background-color: #2157C9;
}
.BgClassName
{
background-color: #2157C9;
}
</style>
border-color css
<style>
span { border-color: #2157C9; }
span { border-color: rgb(33,87,201); }
td.TdClassName
{
border-color: #2157C9;
}
.TagClassName
{
border-color: #2157C9;
}
</style>