Shades of Cerulean Blue #204DB6
Tints of Cerulean Blue #204DB6
RGB
CMYK
RGB Variations
Color information
#204DB6 (or 0x204DB6) is known color: Cerulean Blue. HEX triplet: 20, 4D and B6. RGB value is (32,77,182). Sum of RGB (Red+Green+Blue) = 32+77+182=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 182 (71.48% from 255 or 62.54% from 291); Max value from RGB is 182 - color contains mainly: blue. Hex color #204DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DB6 is #DFB249. Grayscale: #4B4B4B. Windows color (decimal): -14660170 or 11947296. OLE color: 11947296.
HSL color Cylindrical-coordinate representation of color #204DB6: hue angle of 222º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #204DB6 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 77 | 182 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.29 |
| HSL | 222º | 0.7% | 0.42% | - |
| HSV(B) | 222º | 0.82% | 0.71% | - |
| XYZ | 11.69 | 8.99 | 45.38 | - |
| YUV | 75.52 | 188.09 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 182 | 0.82 | 0.58 | 0 | 0.29 | 222 | 0.7 | 0.42 |
| Hex | 20 | 4D | B6 | 52 | 3A | 0 | 1D | DE | 46 | 2A |
| Octal | 40 | 115 | 266 | 122 | 72 | 0 | 35 | 336 | 106 | 52 |
| Binary | 100000 | 1001101 | 10110110 | 1010010 | 111010 | 0 | 11101 | 11011110 | 1000110 | 101010 |
Color Harmonies of #204DB6
Complementary color
Monochromatic Colors of #204DB6
Black with #204DB6
Text Example
Text Example
White with #204DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204DB6; }
p { color: rgb(32,77,182); }
H1.HeaderClassName
{
color: #204DB6;
}
.AnyTagClassName
{
color: #204DB6;
}
</style>
background-color css
<style>
a { background-color: #204DB6; }
a { background-color: rgb(32,77,182); }
div.DivClassName
{
background-color: #204DB6;
}
.BgClassName
{
background-color: #204DB6;
}
</style>
border-color css
<style>
span { border-color: #204DB6; }
span { border-color: rgb(32,77,182); }
td.TdClassName
{
border-color: #204DB6;
}
.TagClassName
{
border-color: #204DB6;
}
</style>