Shades of Cerulean Blue #2054D1
Tints of Cerulean Blue #2054D1
RGB
CMYK
RGB Variations
Color information
#2054D1 (or 0x2054D1) is known color: Cerulean Blue. HEX triplet: 20, 54 and D1. RGB value is (32,84,209). Sum of RGB (Red+Green+Blue) = 32+84+209=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 209 (82.03% from 255 or 64.31% from 325); Max value from RGB is 209 - color contains mainly: blue. Hex color #2054D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2054D1 is #DFAB2E. Grayscale: #525252. Windows color (decimal): -14658351 or 13718560. OLE color: 13718560.
HSL color Cylindrical-coordinate representation of color #2054D1: hue angle of 222.37º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2054D1 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 84 | 209 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.18 |
| HSL | 222.37º | 0.73% | 0.47% | - |
| HSV(B) | 222.37º | 0.85% | 0.82% | - |
| XYZ | 15.27 | 11.25 | 61.69 | - |
| YUV | 82.7 | 199.27 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 84 | 209 | 0.85 | 0.60 | 0 | 0.18 | 222.37 | 0.73 | 0.47 |
| Hex | 20 | 54 | D1 | 55 | 3C | 0 | 12 | DE | 49 | 2F |
| Octal | 40 | 124 | 321 | 125 | 74 | 0 | 22 | 336 | 111 | 57 |
| Binary | 100000 | 1010100 | 11010001 | 1010101 | 111100 | 0 | 10010 | 11011110 | 1001001 | 101111 |
Color Harmonies of #2054D1
Complementary color
Monochromatic Colors of #2054D1
Black with #2054D1
Text Example
Text Example
White with #2054D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2054D1; }
p { color: rgb(32,84,209); }
H1.HeaderClassName
{
color: #2054D1;
}
.AnyTagClassName
{
color: #2054D1;
}
</style>
background-color css
<style>
a { background-color: #2054D1; }
a { background-color: rgb(32,84,209); }
div.DivClassName
{
background-color: #2054D1;
}
.BgClassName
{
background-color: #2054D1;
}
</style>
border-color css
<style>
span { border-color: #2054D1; }
span { border-color: rgb(32,84,209); }
td.TdClassName
{
border-color: #2054D1;
}
.TagClassName
{
border-color: #2054D1;
}
</style>