Shades of Royal Blue #2067FC
Tints of Royal Blue #2067FC
RGB
CMYK
RGB Variations
Color information
#2067FC (or 0x2067FC) is known color: Royal Blue. HEX triplet: 20, 67 and FC. RGB value is (32,103,252). Sum of RGB (Red+Green+Blue) = 32+103+252=387 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.27% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #2067FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2067FC is #DF9803. Grayscale: #626262. Windows color (decimal): -14653444 or 16541472. OLE color: 16541472.
HSL color Cylindrical-coordinate representation of color #2067FC: hue angle of 220.64º 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 #2067FC is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 103 | 252 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.01 |
| HSL | 220.64º | 0.97% | 0.56% | - |
| HSV(B) | 220.64º | 0.87% | 0.99% | - |
| XYZ | 23.02 | 17.04 | 94.17 | - |
| YUV | 98.76 | 214.48 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 252 | 0.87 | 0.59 | 0 | 0.01 | 220.64 | 0.97 | 0.56 |
| Hex | 20 | 67 | FC | 57 | 3B | 0 | 1 | DD | 61 | 38 |
| Octal | 40 | 147 | 374 | 127 | 73 | 0 | 1 | 335 | 141 | 70 |
| Binary | 100000 | 1100111 | 11111100 | 1010111 | 111011 | 0 | 1 | 11011101 | 1100001 | 111000 |
Color Harmonies of #2067FC
Complementary color
Monochromatic Colors of #2067FC
Black with #2067FC
Text Example
Text Example
White with #2067FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2067FC; }
p { color: rgb(32,103,252); }
H1.HeaderClassName
{
color: #2067FC;
}
.AnyTagClassName
{
color: #2067FC;
}
</style>
background-color css
<style>
a { background-color: #2067FC; }
a { background-color: rgb(32,103,252); }
div.DivClassName
{
background-color: #2067FC;
}
.BgClassName
{
background-color: #2067FC;
}
</style>
border-color css
<style>
span { border-color: #2067FC; }
span { border-color: rgb(32,103,252); }
td.TdClassName
{
border-color: #2067FC;
}
.TagClassName
{
border-color: #2067FC;
}
</style>