Shades of Royal Blue #2064DF
Tints of Royal Blue #2064DF
RGB
CMYK
RGB Variations
Color information
#2064DF (or 0x2064DF) is known color: Royal Blue. HEX triplet: 20, 64 and DF. RGB value is (32,100,223). Sum of RGB (Red+Green+Blue) = 32+100+223=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #2064DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2064DF is #DF9B20. Grayscale: #5D5D5D. Windows color (decimal): -14654241 or 14640160. OLE color: 14640160.
HSL color Cylindrical-coordinate representation of color #2064DF: hue angle of 218.64º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2064DF is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 100 | 223 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.13 |
| HSL | 218.64º | 0.75% | 0.5% | - |
| HSV(B) | 218.64º | 0.86% | 0.87% | - |
| XYZ | 18.47 | 14.75 | 71.69 | - |
| YUV | 93.69 | 200.97 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 223 | 0.86 | 0.55 | 0 | 0.13 | 218.64 | 0.75 | 0.5 |
| Hex | 20 | 64 | DF | 56 | 37 | 0 | D | DB | 4B | 32 |
| Octal | 40 | 144 | 337 | 126 | 67 | 0 | 15 | 333 | 113 | 62 |
| Binary | 100000 | 1100100 | 11011111 | 1010110 | 110111 | 0 | 1101 | 11011011 | 1001011 | 110010 |
Color Harmonies of #2064DF
Complementary color
Monochromatic Colors of #2064DF
Black with #2064DF
Text Example
Text Example
White with #2064DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2064DF; }
p { color: rgb(32,100,223); }
H1.HeaderClassName
{
color: #2064DF;
}
.AnyTagClassName
{
color: #2064DF;
}
</style>
background-color css
<style>
a { background-color: #2064DF; }
a { background-color: rgb(32,100,223); }
div.DivClassName
{
background-color: #2064DF;
}
.BgClassName
{
background-color: #2064DF;
}
</style>
border-color css
<style>
span { border-color: #2064DF; }
span { border-color: rgb(32,100,223); }
td.TdClassName
{
border-color: #2064DF;
}
.TagClassName
{
border-color: #2064DF;
}
</style>