Shades of Cerulean Blue #204DC2
Tints of Cerulean Blue #204DC2
RGB
CMYK
RGB Variations
Color information
#204DC2 (or 0x204DC2) is known color: Cerulean Blue. HEX triplet: 20, 4D and C2. RGB value is (32,77,194). Sum of RGB (Red+Green+Blue) = 32+77+194=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 194 (76.17% from 255 or 64.03% from 303); Max value from RGB is 194 - color contains mainly: blue. Hex color #204DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DC2 is #DFB23D. Grayscale: #4C4C4C. Windows color (decimal): -14660158 or 12733728. OLE color: 12733728.
HSL color Cylindrical-coordinate representation of color #204DC2: hue angle of 223.33º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #204DC2 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 77 | 194 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.24 |
| HSL | 223.33º | 0.72% | 0.44% | - |
| HSV(B) | 223.33º | 0.84% | 0.76% | - |
| XYZ | 12.99 | 9.51 | 52.19 | - |
| YUV | 76.88 | 194.09 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 194 | 0.84 | 0.60 | 0 | 0.24 | 223.33 | 0.72 | 0.44 |
| Hex | 20 | 4D | C2 | 54 | 3C | 0 | 18 | DF | 48 | 2C |
| Octal | 40 | 115 | 302 | 124 | 74 | 0 | 30 | 337 | 110 | 54 |
| Binary | 100000 | 1001101 | 11000010 | 1010100 | 111100 | 0 | 11000 | 11011111 | 1001000 | 101100 |
Color Harmonies of #204DC2
Complementary color
Monochromatic Colors of #204DC2
Black with #204DC2
Text Example
Text Example
White with #204DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204DC2; }
p { color: rgb(32,77,194); }
H1.HeaderClassName
{
color: #204DC2;
}
.AnyTagClassName
{
color: #204DC2;
}
</style>
background-color css
<style>
a { background-color: #204DC2; }
a { background-color: rgb(32,77,194); }
div.DivClassName
{
background-color: #204DC2;
}
.BgClassName
{
background-color: #204DC2;
}
</style>
border-color css
<style>
span { border-color: #204DC2; }
span { border-color: rgb(32,77,194); }
td.TdClassName
{
border-color: #204DC2;
}
.TagClassName
{
border-color: #204DC2;
}
</style>