Shades of Cerulean Blue #2054CE
Tints of Cerulean Blue #2054CE
RGB
CMYK
RGB Variations
Color information
#2054CE (or 0x2054CE) is known color: Cerulean Blue. HEX triplet: 20, 54 and CE. RGB value is (32,84,206). Sum of RGB (Red+Green+Blue) = 32+84+206=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #2054CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2054CE is #DFAB31. Grayscale: #515151. Windows color (decimal): -14658354 or 13521952. OLE color: 13521952.
HSL color Cylindrical-coordinate representation of color #2054CE: hue angle of 222.07º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2054CE is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 84 | 206 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.19 |
| HSL | 222.07º | 0.73% | 0.47% | - |
| HSV(B) | 222.07º | 0.84% | 0.81% | - |
| XYZ | 14.91 | 11.1 | 59.75 | - |
| YUV | 82.36 | 197.77 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 84 | 206 | 0.84 | 0.59 | 0 | 0.19 | 222.07 | 0.73 | 0.47 |
| Hex | 20 | 54 | CE | 54 | 3B | 0 | 13 | DE | 49 | 2F |
| Octal | 40 | 124 | 316 | 124 | 73 | 0 | 23 | 336 | 111 | 57 |
| Binary | 100000 | 1010100 | 11001110 | 1010100 | 111011 | 0 | 10011 | 11011110 | 1001001 | 101111 |
Color Harmonies of #2054CE
Complementary color
Monochromatic Colors of #2054CE
Black with #2054CE
Text Example
Text Example
White with #2054CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2054CE; }
p { color: rgb(32,84,206); }
H1.HeaderClassName
{
color: #2054CE;
}
.AnyTagClassName
{
color: #2054CE;
}
</style>
background-color css
<style>
a { background-color: #2054CE; }
a { background-color: rgb(32,84,206); }
div.DivClassName
{
background-color: #2054CE;
}
.BgClassName
{
background-color: #2054CE;
}
</style>
border-color css
<style>
span { border-color: #2054CE; }
span { border-color: rgb(32,84,206); }
td.TdClassName
{
border-color: #2054CE;
}
.TagClassName
{
border-color: #2054CE;
}
</style>