Shades of Royal Blue #2067FA
Tints of Royal Blue #2067FA
RGB
CMYK
RGB Variations
Color information
#2067FA (or 0x2067FA) is known color: Royal Blue. HEX triplet: 20, 67 and FA. RGB value is (32,103,250). Sum of RGB (Red+Green+Blue) = 32+103+250=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #2067FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2067FA is #DF9805. Grayscale: #616161. Windows color (decimal): -14653446 or 16410400. OLE color: 16410400.
HSL color Cylindrical-coordinate representation of color #2067FA: hue angle of 220.46º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2067FA is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 103 | 250 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.02 |
| HSL | 220.46º | 0.96% | 0.55% | - |
| HSV(B) | 220.46º | 0.87% | 0.98% | - |
| XYZ | 22.7 | 16.91 | 92.51 | - |
| YUV | 98.53 | 213.48 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 250 | 0.87 | 0.59 | 0 | 0.02 | 220.46 | 0.96 | 0.55 |
| Hex | 20 | 67 | FA | 57 | 3B | 0 | 2 | DC | 60 | 37 |
| Octal | 40 | 147 | 372 | 127 | 73 | 0 | 2 | 334 | 140 | 67 |
| Binary | 100000 | 1100111 | 11111010 | 1010111 | 111011 | 0 | 10 | 11011100 | 1100000 | 110111 |
Color Harmonies of #2067FA
Complementary color
Monochromatic Colors of #2067FA
Black with #2067FA
Text Example
Text Example
White with #2067FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2067FA; }
p { color: rgb(32,103,250); }
H1.HeaderClassName
{
color: #2067FA;
}
.AnyTagClassName
{
color: #2067FA;
}
</style>
background-color css
<style>
a { background-color: #2067FA; }
a { background-color: rgb(32,103,250); }
div.DivClassName
{
background-color: #2067FA;
}
.BgClassName
{
background-color: #2067FA;
}
</style>
border-color css
<style>
span { border-color: #2067FA; }
span { border-color: rgb(32,103,250); }
td.TdClassName
{
border-color: #2067FA;
}
.TagClassName
{
border-color: #2067FA;
}
</style>