Shades of Royal Blue #2067DF
Tints of Royal Blue #2067DF
RGB
CMYK
RGB Variations
Color information
#2067DF (or 0x2067DF) is known color: Royal Blue. HEX triplet: 20, 67 and DF. RGB value is (32,103,223). Sum of RGB (Red+Green+Blue) = 32+103+223=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #2067DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2067DF is #DF9820. Grayscale: #5E5E5E. Windows color (decimal): -14653473 or 14640928. OLE color: 14640928.
HSL color Cylindrical-coordinate representation of color #2067DF: hue angle of 217.7º 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 #2067DF is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 103 | 223 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.13 |
| HSL | 217.7º | 0.75% | 0.5% | - |
| HSV(B) | 217.7º | 0.86% | 0.87% | - |
| XYZ | 18.77 | 15.34 | 71.78 | - |
| YUV | 95.45 | 199.98 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 223 | 0.86 | 0.54 | 0 | 0.13 | 217.7 | 0.75 | 0.5 |
| Hex | 20 | 67 | DF | 56 | 36 | 0 | D | DA | 4B | 32 |
| Octal | 40 | 147 | 337 | 126 | 66 | 0 | 15 | 332 | 113 | 62 |
| Binary | 100000 | 1100111 | 11011111 | 1010110 | 110110 | 0 | 1101 | 11011010 | 1001011 | 110010 |
Color Harmonies of #2067DF
Complementary color
Monochromatic Colors of #2067DF
Black with #2067DF
Text Example
Text Example
White with #2067DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2067DF; }
p { color: rgb(32,103,223); }
H1.HeaderClassName
{
color: #2067DF;
}
.AnyTagClassName
{
color: #2067DF;
}
</style>
background-color css
<style>
a { background-color: #2067DF; }
a { background-color: rgb(32,103,223); }
div.DivClassName
{
background-color: #2067DF;
}
.BgClassName
{
background-color: #2067DF;
}
</style>
border-color css
<style>
span { border-color: #2067DF; }
span { border-color: rgb(32,103,223); }
td.TdClassName
{
border-color: #2067DF;
}
.TagClassName
{
border-color: #2067DF;
}
</style>