Shades of Cerulean Blue #204DD3
Tints of Cerulean Blue #204DD3
RGB
CMYK
RGB Variations
Color information
#204DD3 (or 0x204DD3) is known color: Cerulean Blue. HEX triplet: 20, 4D and D3. RGB value is (32,77,211). Sum of RGB (Red+Green+Blue) = 32+77+211=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 211 (82.81% from 255 or 65.94% from 320); Max value from RGB is 211 - color contains mainly: blue. Hex color #204DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DD3 is #DFB22C. Grayscale: #4E4E4E. Windows color (decimal): -14660141 or 13847840. OLE color: 13847840.
HSL color Cylindrical-coordinate representation of color #204DD3: hue angle of 224.92º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #204DD3 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 77 | 211 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.17 |
| HSL | 224.92º | 0.74% | 0.48% | - |
| HSV(B) | 224.92º | 0.85% | 0.83% | - |
| XYZ | 15.01 | 10.32 | 62.83 | - |
| YUV | 78.82 | 202.59 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 211 | 0.85 | 0.64 | 0 | 0.17 | 224.92 | 0.74 | 0.48 |
| Hex | 20 | 4D | D3 | 55 | 40 | 0 | 11 | E1 | 4A | 30 |
| Octal | 40 | 115 | 323 | 125 | 100 | 0 | 21 | 341 | 112 | 60 |
| Binary | 100000 | 1001101 | 11010011 | 1010101 | 1000000 | 0 | 10001 | 11100001 | 1001010 | 110000 |
Color Harmonies of #204DD3
Complementary color
Monochromatic Colors of #204DD3
Black with #204DD3
Text Example
Text Example
White with #204DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204DD3; }
p { color: rgb(32,77,211); }
H1.HeaderClassName
{
color: #204DD3;
}
.AnyTagClassName
{
color: #204DD3;
}
</style>
background-color css
<style>
a { background-color: #204DD3; }
a { background-color: rgb(32,77,211); }
div.DivClassName
{
background-color: #204DD3;
}
.BgClassName
{
background-color: #204DD3;
}
</style>
border-color css
<style>
span { border-color: #204DD3; }
span { border-color: rgb(32,77,211); }
td.TdClassName
{
border-color: #204DD3;
}
.TagClassName
{
border-color: #204DD3;
}
</style>