Shades of Royal Blue #204AEE
Tints of Royal Blue #204AEE
RGB
CMYK
RGB Variations
Color information
#204AEE (or 0x204AEE) is known color: Royal Blue. HEX triplet: 20, 4A and EE. RGB value is (32,74,238). Sum of RGB (Red+Green+Blue) = 32+74+238=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 238 (93.36% from 255 or 69.19% from 344); Max value from RGB is 238 - color contains mainly: blue. Hex color #204AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #204AEE is #DFB511. Grayscale: #4F4F4F. Windows color (decimal): -14660882 or 15616544. OLE color: 15616544.
HSL color Cylindrical-coordinate representation of color #204AEE: hue angle of 227.77º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #204AEE is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 74 | 238 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.07 |
| HSL | 227.77º | 0.86% | 0.53% | - |
| HSV(B) | 227.77º | 0.87% | 0.93% | - |
| XYZ | 18.48 | 11.38 | 82.11 | - |
| YUV | 80.14 | 217.09 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 238 | 0.87 | 0.69 | 0 | 0.07 | 227.77 | 0.86 | 0.53 |
| Hex | 20 | 4A | EE | 57 | 45 | 0 | 7 | E4 | 56 | 35 |
| Octal | 40 | 112 | 356 | 127 | 105 | 0 | 7 | 344 | 126 | 65 |
| Binary | 100000 | 1001010 | 11101110 | 1010111 | 1000101 | 0 | 111 | 11100100 | 1010110 | 110101 |
Color Harmonies of #204AEE
Complementary color
Monochromatic Colors of #204AEE
Black with #204AEE
Text Example
Text Example
White with #204AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204AEE; }
p { color: rgb(32,74,238); }
H1.HeaderClassName
{
color: #204AEE;
}
.AnyTagClassName
{
color: #204AEE;
}
</style>
background-color css
<style>
a { background-color: #204AEE; }
a { background-color: rgb(32,74,238); }
div.DivClassName
{
background-color: #204AEE;
}
.BgClassName
{
background-color: #204AEE;
}
</style>
border-color css
<style>
span { border-color: #204AEE; }
span { border-color: rgb(32,74,238); }
td.TdClassName
{
border-color: #204AEE;
}
.TagClassName
{
border-color: #204AEE;
}
</style>