Shades of Cerulean Blue #204DB4
Tints of Cerulean Blue #204DB4
RGB
CMYK
RGB Variations
Color information
#204DB4 (or 0x204DB4) is known color: Cerulean Blue. HEX triplet: 20, 4D and B4. RGB value is (32,77,180). Sum of RGB (Red+Green+Blue) = 32+77+180=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #204DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DB4 is #DFB24B. Grayscale: #4A4A4A. Windows color (decimal): -14660172 or 11816224. OLE color: 11816224.
HSL color Cylindrical-coordinate representation of color #204DB4: hue angle of 221.76º 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 #204DB4 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 77 | 180 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.29 |
| HSL | 221.76º | 0.7% | 0.42% | - |
| HSV(B) | 221.76º | 0.82% | 0.71% | - |
| XYZ | 11.49 | 8.91 | 44.29 | - |
| YUV | 75.29 | 187.09 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 180 | 0.82 | 0.57 | 0 | 0.29 | 221.76 | 0.7 | 0.42 |
| Hex | 20 | 4D | B4 | 52 | 39 | 0 | 1D | DE | 46 | 2A |
| Octal | 40 | 115 | 264 | 122 | 71 | 0 | 35 | 336 | 106 | 52 |
| Binary | 100000 | 1001101 | 10110100 | 1010010 | 111001 | 0 | 11101 | 11011110 | 1000110 | 101010 |
Color Harmonies of #204DB4
Complementary color
Monochromatic Colors of #204DB4
Black with #204DB4
Text Example
Text Example
White with #204DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204DB4; }
p { color: rgb(32,77,180); }
H1.HeaderClassName
{
color: #204DB4;
}
.AnyTagClassName
{
color: #204DB4;
}
</style>
background-color css
<style>
a { background-color: #204DB4; }
a { background-color: rgb(32,77,180); }
div.DivClassName
{
background-color: #204DB4;
}
.BgClassName
{
background-color: #204DB4;
}
</style>
border-color css
<style>
span { border-color: #204DB4; }
span { border-color: rgb(32,77,180); }
td.TdClassName
{
border-color: #204DB4;
}
.TagClassName
{
border-color: #204DB4;
}
</style>