Shades of Royal Blue #204CF5
Tints of Royal Blue #204CF5
RGB
CMYK
RGB Variations
Color information
#204CF5 (or 0x204CF5) is known color: Royal Blue. HEX triplet: 20, 4C and F5. RGB value is (32,76,245). Sum of RGB (Red+Green+Blue) = 32+76+245=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 245 (96.09% from 255 or 69.41% from 353); Max value from RGB is 245 - color contains mainly: blue. Hex color #204CF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #204CF5 is #DFB30A. Grayscale: #515151. Windows color (decimal): -14660363 or 16075808. OLE color: 16075808.
HSL color Cylindrical-coordinate representation of color #204CF5: hue angle of 227.61º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #204CF5 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 76 | 245 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.04 |
| HSL | 227.61º | 0.91% | 0.54% | - |
| HSV(B) | 227.61º | 0.87% | 0.96% | - |
| XYZ | 19.66 | 12.07 | 87.68 | - |
| YUV | 82.11 | 219.92 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 245 | 0.87 | 0.69 | 0 | 0.04 | 227.61 | 0.91 | 0.54 |
| Hex | 20 | 4C | F5 | 57 | 45 | 0 | 4 | E4 | 5B | 36 |
| Octal | 40 | 114 | 365 | 127 | 105 | 0 | 4 | 344 | 133 | 66 |
| Binary | 100000 | 1001100 | 11110101 | 1010111 | 1000101 | 0 | 100 | 11100100 | 1011011 | 110110 |
Color Harmonies of #204CF5
Complementary color
Monochromatic Colors of #204CF5
Black with #204CF5
Text Example
Text Example
White with #204CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204CF5; }
p { color: rgb(32,76,245); }
H1.HeaderClassName
{
color: #204CF5;
}
.AnyTagClassName
{
color: #204CF5;
}
</style>
background-color css
<style>
a { background-color: #204CF5; }
a { background-color: rgb(32,76,245); }
div.DivClassName
{
background-color: #204CF5;
}
.BgClassName
{
background-color: #204CF5;
}
</style>
border-color css
<style>
span { border-color: #204CF5; }
span { border-color: rgb(32,76,245); }
td.TdClassName
{
border-color: #204CF5;
}
.TagClassName
{
border-color: #204CF5;
}
</style>