Shades of Royal Blue #2068FB
Tints of Royal Blue #2068FB
RGB
CMYK
RGB Variations
Color information
#2068FB (or 0x2068FB) is known color: Royal Blue. HEX triplet: 20, 68 and FB. RGB value is (32,104,251). Sum of RGB (Red+Green+Blue) = 32+104+251=387 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.27% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #2068FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2068FB is #DF9704. Grayscale: #626262. Windows color (decimal): -14653189 or 16476192. OLE color: 16476192.
HSL color Cylindrical-coordinate representation of color #2068FB: hue angle of 220.27º 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 #2068FB is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 104 | 251 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.02 |
| HSL | 220.27º | 0.96% | 0.55% | - |
| HSV(B) | 220.27º | 0.87% | 0.98% | - |
| XYZ | 22.96 | 17.17 | 93.37 | - |
| YUV | 99.23 | 213.65 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 251 | 0.87 | 0.59 | 0 | 0.02 | 220.27 | 0.96 | 0.55 |
| Hex | 20 | 68 | FB | 57 | 3B | 0 | 2 | DC | 60 | 37 |
| Octal | 40 | 150 | 373 | 127 | 73 | 0 | 2 | 334 | 140 | 67 |
| Binary | 100000 | 1101000 | 11111011 | 1010111 | 111011 | 0 | 10 | 11011100 | 1100000 | 110111 |
Color Harmonies of #2068FB
Complementary color
Monochromatic Colors of #2068FB
Black with #2068FB
Text Example
Text Example
White with #2068FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2068FB; }
p { color: rgb(32,104,251); }
H1.HeaderClassName
{
color: #2068FB;
}
.AnyTagClassName
{
color: #2068FB;
}
</style>
background-color css
<style>
a { background-color: #2068FB; }
a { background-color: rgb(32,104,251); }
div.DivClassName
{
background-color: #2068FB;
}
.BgClassName
{
background-color: #2068FB;
}
</style>
border-color css
<style>
span { border-color: #2068FB; }
span { border-color: rgb(32,104,251); }
td.TdClassName
{
border-color: #2068FB;
}
.TagClassName
{
border-color: #2068FB;
}
</style>