Shades of Cerulean Blue #204DB5
Tints of Cerulean Blue #204DB5
RGB
CMYK
RGB Variations
Color information
#204DB5 (or 0x204DB5) is known color: Cerulean Blue. HEX triplet: 20, 4D and B5. RGB value is (32,77,181). Sum of RGB (Red+Green+Blue) = 32+77+181=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 181 (71.09% from 255 or 62.41% from 290); Max value from RGB is 181 - color contains mainly: blue. Hex color #204DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DB5 is #DFB24A. Grayscale: #4A4A4A. Windows color (decimal): -14660171 or 11881760. OLE color: 11881760.
HSL color Cylindrical-coordinate representation of color #204DB5: hue angle of 221.88º 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 #204DB5 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 77 | 181 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.29 |
| HSL | 221.88º | 0.7% | 0.42% | - |
| HSV(B) | 221.88º | 0.82% | 0.71% | - |
| XYZ | 11.59 | 8.95 | 44.83 | - |
| YUV | 75.4 | 187.59 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 181 | 0.82 | 0.57 | 0 | 0.29 | 221.88 | 0.7 | 0.42 |
| Hex | 20 | 4D | B5 | 52 | 39 | 0 | 1D | DE | 46 | 2A |
| Octal | 40 | 115 | 265 | 122 | 71 | 0 | 35 | 336 | 106 | 52 |
| Binary | 100000 | 1001101 | 10110101 | 1010010 | 111001 | 0 | 11101 | 11011110 | 1000110 | 101010 |
Color Harmonies of #204DB5
Complementary color
Monochromatic Colors of #204DB5
Black with #204DB5
Text Example
Text Example
White with #204DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204DB5; }
p { color: rgb(32,77,181); }
H1.HeaderClassName
{
color: #204DB5;
}
.AnyTagClassName
{
color: #204DB5;
}
</style>
background-color css
<style>
a { background-color: #204DB5; }
a { background-color: rgb(32,77,181); }
div.DivClassName
{
background-color: #204DB5;
}
.BgClassName
{
background-color: #204DB5;
}
</style>
border-color css
<style>
span { border-color: #204DB5; }
span { border-color: rgb(32,77,181); }
td.TdClassName
{
border-color: #204DB5;
}
.TagClassName
{
border-color: #204DB5;
}
</style>