Shades of Cerulean Blue #2154C6
Tints of Cerulean Blue #2154C6
RGB
CMYK
RGB Variations
Color information
#2154C6 (or 0x2154C6) is known color: Cerulean Blue. HEX triplet: 21, 54 and C6. RGB value is (33,84,198). Sum of RGB (Red+Green+Blue) = 33+84+198=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 198 (77.73% from 255 or 62.86% from 315); Max value from RGB is 198 - color contains mainly: blue. Hex color #2154C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2154C6 is #DEAB39. Grayscale: #515151. Windows color (decimal): -14592826 or 12997665. OLE color: 12997665.
HSL color Cylindrical-coordinate representation of color #2154C6: hue angle of 221.45º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2154C6 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 84 | 198 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.22 |
| HSL | 221.45º | 0.71% | 0.45% | - |
| HSV(B) | 221.45º | 0.83% | 0.78% | - |
| XYZ | 13.99 | 10.74 | 54.76 | - |
| YUV | 81.75 | 193.6 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 198 | 0.83 | 0.58 | 0 | 0.22 | 221.45 | 0.71 | 0.45 |
| Hex | 21 | 54 | C6 | 53 | 3A | 0 | 16 | DD | 47 | 2D |
| Octal | 41 | 124 | 306 | 123 | 72 | 0 | 26 | 335 | 107 | 55 |
| Binary | 100001 | 1010100 | 11000110 | 1010011 | 111010 | 0 | 10110 | 11011101 | 1000111 | 101101 |
Color Harmonies of #2154C6
Complementary color
Monochromatic Colors of #2154C6
Black with #2154C6
Text Example
Text Example
White with #2154C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2154C6; }
p { color: rgb(33,84,198); }
H1.HeaderClassName
{
color: #2154C6;
}
.AnyTagClassName
{
color: #2154C6;
}
</style>
background-color css
<style>
a { background-color: #2154C6; }
a { background-color: rgb(33,84,198); }
div.DivClassName
{
background-color: #2154C6;
}
.BgClassName
{
background-color: #2154C6;
}
</style>
border-color css
<style>
span { border-color: #2154C6; }
span { border-color: rgb(33,84,198); }
td.TdClassName
{
border-color: #2154C6;
}
.TagClassName
{
border-color: #2154C6;
}
</style>