Shades of Royal Blue #204EF1
Tints of Royal Blue #204EF1
RGB
CMYK
RGB Variations
Color information
#204EF1 (or 0x204EF1) is known color: Royal Blue. HEX triplet: 20, 4E and F1. RGB value is (32,78,241). Sum of RGB (Red+Green+Blue) = 32+78+241=351 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.12% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 241 (94.53% from 255 or 68.66% from 351); Max value from RGB is 241 - color contains mainly: blue. Hex color #204EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204EF1 is #DFB10E. Grayscale: #525252. Windows color (decimal): -14659855 or 15814176. OLE color: 15814176.
HSL color Cylindrical-coordinate representation of color #204EF1: hue angle of 226.79º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #204EF1 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 78 | 241 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.05 |
| HSL | 226.79º | 0.88% | 0.54% | - |
| HSV(B) | 226.79º | 0.87% | 0.95% | - |
| XYZ | 19.2 | 12.11 | 84.54 | - |
| YUV | 82.83 | 217.26 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 241 | 0.87 | 0.68 | 0 | 0.05 | 226.79 | 0.88 | 0.54 |
| Hex | 20 | 4E | F1 | 57 | 44 | 0 | 5 | E3 | 58 | 36 |
| Octal | 40 | 116 | 361 | 127 | 104 | 0 | 5 | 343 | 130 | 66 |
| Binary | 100000 | 1001110 | 11110001 | 1010111 | 1000100 | 0 | 101 | 11100011 | 1011000 | 110110 |
Color Harmonies of #204EF1
Complementary color
Monochromatic Colors of #204EF1
Black with #204EF1
Text Example
Text Example
White with #204EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204EF1; }
p { color: rgb(32,78,241); }
H1.HeaderClassName
{
color: #204EF1;
}
.AnyTagClassName
{
color: #204EF1;
}
</style>
background-color css
<style>
a { background-color: #204EF1; }
a { background-color: rgb(32,78,241); }
div.DivClassName
{
background-color: #204EF1;
}
.BgClassName
{
background-color: #204EF1;
}
</style>
border-color css
<style>
span { border-color: #204EF1; }
span { border-color: rgb(32,78,241); }
td.TdClassName
{
border-color: #204EF1;
}
.TagClassName
{
border-color: #204EF1;
}
</style>