Shades of Royal Blue #205AF7
Tints of Royal Blue #205AF7
RGB
CMYK
RGB Variations
Color information
#205AF7 (or 0x205AF7) is known color: Royal Blue. HEX triplet: 20, 5A and F7. RGB value is (32,90,247). Sum of RGB (Red+Green+Blue) = 32+90+247=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 247 (96.88% from 255 or 66.94% from 369); Max value from RGB is 247 - color contains mainly: blue. Hex color #205AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205AF7 is #DFA508. Grayscale: #595959. Windows color (decimal): -14656777 or 16210464. OLE color: 16210464.
HSL color Cylindrical-coordinate representation of color #205AF7: hue angle of 223.81º degrees, saturation: 0.93, 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 #205AF7 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 90 | 247 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.03 |
| HSL | 223.81º | 0.93% | 0.55% | - |
| HSV(B) | 223.81º | 0.87% | 0.97% | - |
| XYZ | 21.04 | 14.33 | 89.65 | - |
| YUV | 90.56 | 216.28 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 247 | 0.87 | 0.64 | 0 | 0.03 | 223.81 | 0.93 | 0.55 |
| Hex | 20 | 5A | F7 | 57 | 40 | 0 | 3 | E0 | 5D | 37 |
| Octal | 40 | 132 | 367 | 127 | 100 | 0 | 3 | 340 | 135 | 67 |
| Binary | 100000 | 1011010 | 11110111 | 1010111 | 1000000 | 0 | 11 | 11100000 | 1011101 | 110111 |
Color Harmonies of #205AF7
Complementary color
Monochromatic Colors of #205AF7
Black with #205AF7
Text Example
Text Example
White with #205AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205AF7; }
p { color: rgb(32,90,247); }
H1.HeaderClassName
{
color: #205AF7;
}
.AnyTagClassName
{
color: #205AF7;
}
</style>
background-color css
<style>
a { background-color: #205AF7; }
a { background-color: rgb(32,90,247); }
div.DivClassName
{
background-color: #205AF7;
}
.BgClassName
{
background-color: #205AF7;
}
</style>
border-color css
<style>
span { border-color: #205AF7; }
span { border-color: rgb(32,90,247); }
td.TdClassName
{
border-color: #205AF7;
}
.TagClassName
{
border-color: #205AF7;
}
</style>