Shades of Royal Blue #205DF4
Tints of Royal Blue #205DF4
RGB
CMYK
RGB Variations
Color information
#205DF4 (or 0x205DF4) is known color: Royal Blue. HEX triplet: 20, 5D and F4. RGB value is (32,93,244). Sum of RGB (Red+Green+Blue) = 32+93+244=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 244 (95.70% from 255 or 66.12% from 369); Max value from RGB is 244 - color contains mainly: blue. Hex color #205DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205DF4 is #DFA20B. Grayscale: #5B5B5B. Windows color (decimal): -14656012 or 16014624. OLE color: 16014624.
HSL color Cylindrical-coordinate representation of color #205DF4: hue angle of 222.74º 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 #205DF4 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 93 | 244 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.04 |
| HSL | 222.74º | 0.91% | 0.54% | - |
| HSV(B) | 222.74º | 0.87% | 0.96% | - |
| XYZ | 20.84 | 14.67 | 87.32 | - |
| YUV | 91.98 | 213.79 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 244 | 0.87 | 0.62 | 0 | 0.04 | 222.74 | 0.91 | 0.54 |
| Hex | 20 | 5D | F4 | 57 | 3E | 0 | 4 | DF | 5B | 36 |
| Octal | 40 | 135 | 364 | 127 | 76 | 0 | 4 | 337 | 133 | 66 |
| Binary | 100000 | 1011101 | 11110100 | 1010111 | 111110 | 0 | 100 | 11011111 | 1011011 | 110110 |
Color Harmonies of #205DF4
Complementary color
Monochromatic Colors of #205DF4
Black with #205DF4
Text Example
Text Example
White with #205DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205DF4; }
p { color: rgb(32,93,244); }
H1.HeaderClassName
{
color: #205DF4;
}
.AnyTagClassName
{
color: #205DF4;
}
</style>
background-color css
<style>
a { background-color: #205DF4; }
a { background-color: rgb(32,93,244); }
div.DivClassName
{
background-color: #205DF4;
}
.BgClassName
{
background-color: #205DF4;
}
</style>
border-color css
<style>
span { border-color: #205DF4; }
span { border-color: rgb(32,93,244); }
td.TdClassName
{
border-color: #205DF4;
}
.TagClassName
{
border-color: #205DF4;
}
</style>