Shades of Royal Blue #205EFC
Tints of Royal Blue #205EFC
RGB
CMYK
RGB Variations
Color information
#205EFC (or 0x205EFC) is known color: Royal Blue. HEX triplet: 20, 5E and FC. RGB value is (32,94,252). Sum of RGB (Red+Green+Blue) = 32+94+252=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #205EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205EFC is #DFA103. Grayscale: #5C5C5C. Windows color (decimal): -14655748 or 16539168. OLE color: 16539168.
HSL color Cylindrical-coordinate representation of color #205EFC: hue angle of 223.09º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #205EFC is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 94 | 252 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.01 |
| HSL | 223.09º | 0.97% | 0.56% | - |
| HSV(B) | 223.09º | 0.87% | 0.99% | - |
| XYZ | 22.17 | 15.34 | 93.89 | - |
| YUV | 93.47 | 217.46 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 252 | 0.87 | 0.63 | 0 | 0.01 | 223.09 | 0.97 | 0.56 |
| Hex | 20 | 5E | FC | 57 | 3F | 0 | 1 | DF | 61 | 38 |
| Octal | 40 | 136 | 374 | 127 | 77 | 0 | 1 | 337 | 141 | 70 |
| Binary | 100000 | 1011110 | 11111100 | 1010111 | 111111 | 0 | 1 | 11011111 | 1100001 | 111000 |
Color Harmonies of #205EFC
Complementary color
Monochromatic Colors of #205EFC
Black with #205EFC
Text Example
Text Example
White with #205EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205EFC; }
p { color: rgb(32,94,252); }
H1.HeaderClassName
{
color: #205EFC;
}
.AnyTagClassName
{
color: #205EFC;
}
</style>
background-color css
<style>
a { background-color: #205EFC; }
a { background-color: rgb(32,94,252); }
div.DivClassName
{
background-color: #205EFC;
}
.BgClassName
{
background-color: #205EFC;
}
</style>
border-color css
<style>
span { border-color: #205EFC; }
span { border-color: rgb(32,94,252); }
td.TdClassName
{
border-color: #205EFC;
}
.TagClassName
{
border-color: #205EFC;
}
</style>