Shades of Royal Blue #204EED
Tints of Royal Blue #204EED
RGB
CMYK
RGB Variations
Color information
#204EED (or 0x204EED) is known color: Royal Blue. HEX triplet: 20, 4E and ED. RGB value is (32,78,237). Sum of RGB (Red+Green+Blue) = 32+78+237=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #204EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204EED is #DFB112. Grayscale: #515151. Windows color (decimal): -14659859 or 15552032. OLE color: 15552032.
HSL color Cylindrical-coordinate representation of color #204EED: hue angle of 226.54º degrees, saturation: 0.85, 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 #204EED is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 78 | 237 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.07 |
| HSL | 226.54º | 0.85% | 0.53% | - |
| HSV(B) | 226.54º | 0.86% | 0.93% | - |
| XYZ | 18.61 | 11.87 | 81.43 | - |
| YUV | 82.37 | 215.26 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 237 | 0.86 | 0.67 | 0 | 0.07 | 226.54 | 0.85 | 0.53 |
| Hex | 20 | 4E | ED | 56 | 43 | 0 | 7 | E3 | 55 | 35 |
| Octal | 40 | 116 | 355 | 126 | 103 | 0 | 7 | 343 | 125 | 65 |
| Binary | 100000 | 1001110 | 11101101 | 1010110 | 1000011 | 0 | 111 | 11100011 | 1010101 | 110101 |
Color Harmonies of #204EED
Complementary color
Monochromatic Colors of #204EED
Black with #204EED
Text Example
Text Example
White with #204EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204EED; }
p { color: rgb(32,78,237); }
H1.HeaderClassName
{
color: #204EED;
}
.AnyTagClassName
{
color: #204EED;
}
</style>
background-color css
<style>
a { background-color: #204EED; }
a { background-color: rgb(32,78,237); }
div.DivClassName
{
background-color: #204EED;
}
.BgClassName
{
background-color: #204EED;
}
</style>
border-color css
<style>
span { border-color: #204EED; }
span { border-color: rgb(32,78,237); }
td.TdClassName
{
border-color: #204EED;
}
.TagClassName
{
border-color: #204EED;
}
</style>