Shades of Royal Blue #204DF0
Tints of Royal Blue #204DF0
RGB
CMYK
RGB Variations
Color information
#204DF0 (or 0x204DF0) is known color: Royal Blue. HEX triplet: 20, 4D and F0. RGB value is (32,77,240). Sum of RGB (Red+Green+Blue) = 32+77+240=349 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.17% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 240 (94.14% from 255 or 68.77% from 349); Max value from RGB is 240 - color contains mainly: blue. Hex color #204DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204DF0 is #DFB20F. Grayscale: #515151. Windows color (decimal): -14660112 or 15748384. OLE color: 15748384.
HSL color Cylindrical-coordinate representation of color #204DF0: hue angle of 227.02º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #204DF0 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 77 | 240 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.06 |
| HSL | 227.02º | 0.87% | 0.53% | - |
| HSV(B) | 227.02º | 0.87% | 0.94% | - |
| XYZ | 18.98 | 11.91 | 83.74 | - |
| YUV | 82.13 | 217.09 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 240 | 0.87 | 0.68 | 0 | 0.06 | 227.02 | 0.87 | 0.53 |
| Hex | 20 | 4D | F0 | 57 | 44 | 0 | 6 | E3 | 57 | 35 |
| Octal | 40 | 115 | 360 | 127 | 104 | 0 | 6 | 343 | 127 | 65 |
| Binary | 100000 | 1001101 | 11110000 | 1010111 | 1000100 | 0 | 110 | 11100011 | 1010111 | 110101 |
Color Harmonies of #204DF0
Complementary color
Monochromatic Colors of #204DF0
Black with #204DF0
Text Example
Text Example
White with #204DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204DF0; }
p { color: rgb(32,77,240); }
H1.HeaderClassName
{
color: #204DF0;
}
.AnyTagClassName
{
color: #204DF0;
}
</style>
background-color css
<style>
a { background-color: #204DF0; }
a { background-color: rgb(32,77,240); }
div.DivClassName
{
background-color: #204DF0;
}
.BgClassName
{
background-color: #204DF0;
}
</style>
border-color css
<style>
span { border-color: #204DF0; }
span { border-color: rgb(32,77,240); }
td.TdClassName
{
border-color: #204DF0;
}
.TagClassName
{
border-color: #204DF0;
}
</style>