Shades of Cerulean Blue #204DB3
Tints of Cerulean Blue #204DB3
RGB
CMYK
RGB Variations
Color information
#204DB3 (or 0x204DB3) is known color: Cerulean Blue. HEX triplet: 20, 4D and B3. RGB value is (32,77,179). Sum of RGB (Red+Green+Blue) = 32+77+179=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 179 (70.31% from 255 or 62.15% from 288); Max value from RGB is 179 - color contains mainly: blue. Hex color #204DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DB3 is #DFB24C. Grayscale: #4A4A4A. Windows color (decimal): -14660173 or 11750688. OLE color: 11750688.
HSL color Cylindrical-coordinate representation of color #204DB3: hue angle of 221.63º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #204DB3 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 77 | 179 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.30 |
| HSL | 221.63º | 0.7% | 0.41% | - |
| HSV(B) | 221.63º | 0.82% | 0.7% | - |
| XYZ | 11.39 | 8.87 | 43.76 | - |
| YUV | 75.17 | 186.59 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 179 | 0.82 | 0.57 | 0 | 0.30 | 221.63 | 0.7 | 0.41 |
| Hex | 20 | 4D | B3 | 52 | 39 | 0 | 1E | DE | 46 | 29 |
| Octal | 40 | 115 | 263 | 122 | 71 | 0 | 36 | 336 | 106 | 51 |
| Binary | 100000 | 1001101 | 10110011 | 1010010 | 111001 | 0 | 11110 | 11011110 | 1000110 | 101001 |
Color Harmonies of #204DB3
Complementary color
Monochromatic Colors of #204DB3
Black with #204DB3
Text Example
Text Example
White with #204DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204DB3; }
p { color: rgb(32,77,179); }
H1.HeaderClassName
{
color: #204DB3;
}
.AnyTagClassName
{
color: #204DB3;
}
</style>
background-color css
<style>
a { background-color: #204DB3; }
a { background-color: rgb(32,77,179); }
div.DivClassName
{
background-color: #204DB3;
}
.BgClassName
{
background-color: #204DB3;
}
</style>
border-color css
<style>
span { border-color: #204DB3; }
span { border-color: rgb(32,77,179); }
td.TdClassName
{
border-color: #204DB3;
}
.TagClassName
{
border-color: #204DB3;
}
</style>