Shades of Royal Blue #205DF8
Tints of Royal Blue #205DF8
RGB
CMYK
RGB Variations
Color information
#205DF8 (or 0x205DF8) is known color: Royal Blue. HEX triplet: 20, 5D and F8. RGB value is (32,93,248). Sum of RGB (Red+Green+Blue) = 32+93+248=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 248 (97.27% from 255 or 66.49% from 373); Max value from RGB is 248 - color contains mainly: blue. Hex color #205DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205DF8 is #DFA207. Grayscale: #5B5B5B. Windows color (decimal): -14656008 or 16276768. OLE color: 16276768.
HSL color Cylindrical-coordinate representation of color #205DF8: hue angle of 223.06º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #205DF8 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 93 | 248 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.03 |
| HSL | 223.06º | 0.94% | 0.55% | - |
| HSV(B) | 223.06º | 0.87% | 0.97% | - |
| XYZ | 21.45 | 14.91 | 90.55 | - |
| YUV | 92.43 | 215.79 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 248 | 0.87 | 0.62 | 0 | 0.03 | 223.06 | 0.94 | 0.55 |
| Hex | 20 | 5D | F8 | 57 | 3E | 0 | 3 | DF | 5E | 37 |
| Octal | 40 | 135 | 370 | 127 | 76 | 0 | 3 | 337 | 136 | 67 |
| Binary | 100000 | 1011101 | 11111000 | 1010111 | 111110 | 0 | 11 | 11011111 | 1011110 | 110111 |
Color Harmonies of #205DF8
Complementary color
Monochromatic Colors of #205DF8
Black with #205DF8
Text Example
Text Example
White with #205DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205DF8; }
p { color: rgb(32,93,248); }
H1.HeaderClassName
{
color: #205DF8;
}
.AnyTagClassName
{
color: #205DF8;
}
</style>
background-color css
<style>
a { background-color: #205DF8; }
a { background-color: rgb(32,93,248); }
div.DivClassName
{
background-color: #205DF8;
}
.BgClassName
{
background-color: #205DF8;
}
</style>
border-color css
<style>
span { border-color: #205DF8; }
span { border-color: rgb(32,93,248); }
td.TdClassName
{
border-color: #205DF8;
}
.TagClassName
{
border-color: #205DF8;
}
</style>