Shades of Cerulean Blue #2048CE
Tints of Cerulean Blue #2048CE
RGB
CMYK
RGB Variations
Color information
#2048CE (or 0x2048CE) is known color: Cerulean Blue. HEX triplet: 20, 48 and CE. RGB value is (32,72,206). Sum of RGB (Red+Green+Blue) = 32+72+206=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #2048CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2048CE is #DFB731. Grayscale: #4A4A4A. Windows color (decimal): -14661426 or 13518880. OLE color: 13518880.
HSL color Cylindrical-coordinate representation of color #2048CE: hue angle of 226.21º 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 #2048CE is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 72 | 206 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.19 |
| HSL | 226.21º | 0.73% | 0.47% | - |
| HSV(B) | 226.21º | 0.84% | 0.81% | - |
| XYZ | 14.05 | 9.4 | 59.47 | - |
| YUV | 75.32 | 201.75 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 206 | 0.84 | 0.65 | 0 | 0.19 | 226.21 | 0.73 | 0.47 |
| Hex | 20 | 48 | CE | 54 | 41 | 0 | 13 | E2 | 49 | 2F |
| Octal | 40 | 110 | 316 | 124 | 101 | 0 | 23 | 342 | 111 | 57 |
| Binary | 100000 | 1001000 | 11001110 | 1010100 | 1000001 | 0 | 10011 | 11100010 | 1001001 | 101111 |
Color Harmonies of #2048CE
Complementary color
Monochromatic Colors of #2048CE
Black with #2048CE
Text Example
Text Example
White with #2048CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2048CE; }
p { color: rgb(32,72,206); }
H1.HeaderClassName
{
color: #2048CE;
}
.AnyTagClassName
{
color: #2048CE;
}
</style>
background-color css
<style>
a { background-color: #2048CE; }
a { background-color: rgb(32,72,206); }
div.DivClassName
{
background-color: #2048CE;
}
.BgClassName
{
background-color: #2048CE;
}
</style>
border-color css
<style>
span { border-color: #2048CE; }
span { border-color: rgb(32,72,206); }
td.TdClassName
{
border-color: #2048CE;
}
.TagClassName
{
border-color: #2048CE;
}
</style>