Shades of Royal Blue #204DF1
Tints of Royal Blue #204DF1
RGB
CMYK
RGB Variations
Color information
#204DF1 (or 0x204DF1) is known color: Royal Blue. HEX triplet: 20, 4D and F1. RGB value is (32,77,241). Sum of RGB (Red+Green+Blue) = 32+77+241=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 241 (94.53% from 255 or 68.86% from 350); Max value from RGB is 241 - color contains mainly: blue. Hex color #204DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204DF1 is #DFB20E. Grayscale: #515151. Windows color (decimal): -14660111 or 15813920. OLE color: 15813920.
HSL color Cylindrical-coordinate representation of color #204DF1: hue angle of 227.08º 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 #204DF1 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 77 | 241 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.05 |
| HSL | 227.08º | 0.88% | 0.54% | - |
| HSV(B) | 227.08º | 0.87% | 0.95% | - |
| XYZ | 19.13 | 11.97 | 84.52 | - |
| YUV | 82.24 | 217.59 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 241 | 0.87 | 0.68 | 0 | 0.05 | 227.08 | 0.88 | 0.54 |
| Hex | 20 | 4D | F1 | 57 | 44 | 0 | 5 | E3 | 58 | 36 |
| Octal | 40 | 115 | 361 | 127 | 104 | 0 | 5 | 343 | 130 | 66 |
| Binary | 100000 | 1001101 | 11110001 | 1010111 | 1000100 | 0 | 101 | 11100011 | 1011000 | 110110 |
Color Harmonies of #204DF1
Complementary color
Monochromatic Colors of #204DF1
Black with #204DF1
Text Example
Text Example
White with #204DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204DF1; }
p { color: rgb(32,77,241); }
H1.HeaderClassName
{
color: #204DF1;
}
.AnyTagClassName
{
color: #204DF1;
}
</style>
background-color css
<style>
a { background-color: #204DF1; }
a { background-color: rgb(32,77,241); }
div.DivClassName
{
background-color: #204DF1;
}
.BgClassName
{
background-color: #204DF1;
}
</style>
border-color css
<style>
span { border-color: #204DF1; }
span { border-color: rgb(32,77,241); }
td.TdClassName
{
border-color: #204DF1;
}
.TagClassName
{
border-color: #204DF1;
}
</style>