Shades of Cerulean Blue #2048D0
Tints of Cerulean Blue #2048D0
RGB
CMYK
RGB Variations
Color information
#2048D0 (or 0x2048D0) is known color: Cerulean Blue. HEX triplet: 20, 48 and D0. RGB value is (32,72,208). Sum of RGB (Red+Green+Blue) = 32+72+208=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 208 (81.64% from 255 or 66.67% from 312); Max value from RGB is 208 - color contains mainly: blue. Hex color #2048D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2048D0 is #DFB72F. Grayscale: #4A4A4A. Windows color (decimal): -14661424 or 13649952. OLE color: 13649952.
HSL color Cylindrical-coordinate representation of color #2048D0: hue angle of 226.36º 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 #2048D0 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 72 | 208 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.18 |
| HSL | 226.36º | 0.73% | 0.47% | - |
| HSV(B) | 226.36º | 0.85% | 0.82% | - |
| XYZ | 14.3 | 9.5 | 60.75 | - |
| YUV | 75.54 | 202.75 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 208 | 0.85 | 0.65 | 0 | 0.18 | 226.36 | 0.73 | 0.47 |
| Hex | 20 | 48 | D0 | 55 | 41 | 0 | 12 | E2 | 49 | 2F |
| Octal | 40 | 110 | 320 | 125 | 101 | 0 | 22 | 342 | 111 | 57 |
| Binary | 100000 | 1001000 | 11010000 | 1010101 | 1000001 | 0 | 10010 | 11100010 | 1001001 | 101111 |
Color Harmonies of #2048D0
Complementary color
Monochromatic Colors of #2048D0
Black with #2048D0
Text Example
Text Example
White with #2048D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2048D0; }
p { color: rgb(32,72,208); }
H1.HeaderClassName
{
color: #2048D0;
}
.AnyTagClassName
{
color: #2048D0;
}
</style>
background-color css
<style>
a { background-color: #2048D0; }
a { background-color: rgb(32,72,208); }
div.DivClassName
{
background-color: #2048D0;
}
.BgClassName
{
background-color: #2048D0;
}
</style>
border-color css
<style>
span { border-color: #2048D0; }
span { border-color: rgb(32,72,208); }
td.TdClassName
{
border-color: #2048D0;
}
.TagClassName
{
border-color: #2048D0;
}
</style>