Shades of Royal Blue #205DF3
Tints of Royal Blue #205DF3
RGB
CMYK
RGB Variations
Color information
#205DF3 (or 0x205DF3) is known color: Royal Blue. HEX triplet: 20, 5D and F3. RGB value is (32,93,243). Sum of RGB (Red+Green+Blue) = 32+93+243=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 243 (95.31% from 255 or 66.03% from 368); Max value from RGB is 243 - color contains mainly: blue. Hex color #205DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205DF3 is #DFA20C. Grayscale: #5B5B5B. Windows color (decimal): -14656013 or 15949088. OLE color: 15949088.
HSL color Cylindrical-coordinate representation of color #205DF3: hue angle of 222.65º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #205DF3 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 93 | 243 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.05 |
| HSL | 222.65º | 0.9% | 0.54% | - |
| HSV(B) | 222.65º | 0.87% | 0.95% | - |
| XYZ | 20.69 | 14.61 | 86.52 | - |
| YUV | 91.86 | 213.29 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 243 | 0.87 | 0.62 | 0 | 0.05 | 222.65 | 0.9 | 0.54 |
| Hex | 20 | 5D | F3 | 57 | 3E | 0 | 5 | DF | 5A | 36 |
| Octal | 40 | 135 | 363 | 127 | 76 | 0 | 5 | 337 | 132 | 66 |
| Binary | 100000 | 1011101 | 11110011 | 1010111 | 111110 | 0 | 101 | 11011111 | 1011010 | 110110 |
Color Harmonies of #205DF3
Complementary color
Monochromatic Colors of #205DF3
Black with #205DF3
Text Example
Text Example
White with #205DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205DF3; }
p { color: rgb(32,93,243); }
H1.HeaderClassName
{
color: #205DF3;
}
.AnyTagClassName
{
color: #205DF3;
}
</style>
background-color css
<style>
a { background-color: #205DF3; }
a { background-color: rgb(32,93,243); }
div.DivClassName
{
background-color: #205DF3;
}
.BgClassName
{
background-color: #205DF3;
}
</style>
border-color css
<style>
span { border-color: #205DF3; }
span { border-color: rgb(32,93,243); }
td.TdClassName
{
border-color: #205DF3;
}
.TagClassName
{
border-color: #205DF3;
}
</style>