Shades of Royal Blue #204EEC
Tints of Royal Blue #204EEC
RGB
CMYK
RGB Variations
Color information
#204EEC (or 0x204EEC) is known color: Royal Blue. HEX triplet: 20, 4E and EC. RGB value is (32,78,236). Sum of RGB (Red+Green+Blue) = 32+78+236=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #204EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204EEC is #DFB113. Grayscale: #515151. Windows color (decimal): -14659860 or 15486496. OLE color: 15486496.
HSL color Cylindrical-coordinate representation of color #204EEC: hue angle of 226.47º 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 #204EEC is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 78 | 236 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.07 |
| HSL | 226.47º | 0.84% | 0.53% | - |
| HSV(B) | 226.47º | 0.86% | 0.93% | - |
| XYZ | 18.46 | 11.81 | 80.66 | - |
| YUV | 82.26 | 214.76 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 236 | 0.86 | 0.67 | 0 | 0.07 | 226.47 | 0.84 | 0.53 |
| Hex | 20 | 4E | EC | 56 | 43 | 0 | 7 | E2 | 54 | 35 |
| Octal | 40 | 116 | 354 | 126 | 103 | 0 | 7 | 342 | 124 | 65 |
| Binary | 100000 | 1001110 | 11101100 | 1010110 | 1000011 | 0 | 111 | 11100010 | 1010100 | 110101 |
Color Harmonies of #204EEC
Complementary color
Monochromatic Colors of #204EEC
Black with #204EEC
Text Example
Text Example
White with #204EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204EEC; }
p { color: rgb(32,78,236); }
H1.HeaderClassName
{
color: #204EEC;
}
.AnyTagClassName
{
color: #204EEC;
}
</style>
background-color css
<style>
a { background-color: #204EEC; }
a { background-color: rgb(32,78,236); }
div.DivClassName
{
background-color: #204EEC;
}
.BgClassName
{
background-color: #204EEC;
}
</style>
border-color css
<style>
span { border-color: #204EEC; }
span { border-color: rgb(32,78,236); }
td.TdClassName
{
border-color: #204EEC;
}
.TagClassName
{
border-color: #204EEC;
}
</style>