Shades of Royal Blue #204AEC
Tints of Royal Blue #204AEC
RGB
CMYK
RGB Variations
Color information
#204AEC (or 0x204AEC) is known color: Royal Blue. HEX triplet: 20, 4A and EC. RGB value is (32,74,236). Sum of RGB (Red+Green+Blue) = 32+74+236=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #204AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #204AEC is #DFB513. Grayscale: #4F4F4F. Windows color (decimal): -14660884 or 15485472. OLE color: 15485472.
HSL color Cylindrical-coordinate representation of color #204AEC: hue angle of 227.65º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #204AEC is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 74 | 236 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.07 |
| HSL | 227.65º | 0.84% | 0.53% | - |
| HSV(B) | 227.65º | 0.86% | 0.93% | - |
| XYZ | 18.18 | 11.26 | 80.57 | - |
| YUV | 79.91 | 216.09 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 236 | 0.86 | 0.69 | 0 | 0.07 | 227.65 | 0.84 | 0.53 |
| Hex | 20 | 4A | EC | 56 | 45 | 0 | 7 | E4 | 54 | 35 |
| Octal | 40 | 112 | 354 | 126 | 105 | 0 | 7 | 344 | 124 | 65 |
| Binary | 100000 | 1001010 | 11101100 | 1010110 | 1000101 | 0 | 111 | 11100100 | 1010100 | 110101 |
Color Harmonies of #204AEC
Complementary color
Monochromatic Colors of #204AEC
Black with #204AEC
Text Example
Text Example
White with #204AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204AEC; }
p { color: rgb(32,74,236); }
H1.HeaderClassName
{
color: #204AEC;
}
.AnyTagClassName
{
color: #204AEC;
}
</style>
background-color css
<style>
a { background-color: #204AEC; }
a { background-color: rgb(32,74,236); }
div.DivClassName
{
background-color: #204AEC;
}
.BgClassName
{
background-color: #204AEC;
}
</style>
border-color css
<style>
span { border-color: #204AEC; }
span { border-color: rgb(32,74,236); }
td.TdClassName
{
border-color: #204AEC;
}
.TagClassName
{
border-color: #204AEC;
}
</style>