Shades of Royal Blue #2063FB
Tints of Royal Blue #2063FB
RGB
CMYK
RGB Variations
Color information
#2063FB (or 0x2063FB) is known color: Royal Blue. HEX triplet: 20, 63 and FB. RGB value is (32,99,251). Sum of RGB (Red+Green+Blue) = 32+99+251=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #2063FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2063FB is #DF9C04. Grayscale: #5F5F5F. Windows color (decimal): -14654469 or 16474912. OLE color: 16474912.
HSL color Cylindrical-coordinate representation of color #2063FB: hue angle of 221.64º 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 #2063FB is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 99 | 251 | - |
| CMYK | 0.87 | 0.61 | 0 | 0.02 |
| HSL | 221.64º | 0.96% | 0.55% | - |
| HSV(B) | 221.64º | 0.87% | 0.98% | - |
| XYZ | 22.47 | 16.2 | 93.21 | - |
| YUV | 96.3 | 215.3 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 251 | 0.87 | 0.61 | 0 | 0.02 | 221.64 | 0.96 | 0.55 |
| Hex | 20 | 63 | FB | 57 | 3D | 0 | 2 | DE | 60 | 37 |
| Octal | 40 | 143 | 373 | 127 | 75 | 0 | 2 | 336 | 140 | 67 |
| Binary | 100000 | 1100011 | 11111011 | 1010111 | 111101 | 0 | 10 | 11011110 | 1100000 | 110111 |
Color Harmonies of #2063FB
Complementary color
Monochromatic Colors of #2063FB
Black with #2063FB
Text Example
Text Example
White with #2063FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2063FB; }
p { color: rgb(32,99,251); }
H1.HeaderClassName
{
color: #2063FB;
}
.AnyTagClassName
{
color: #2063FB;
}
</style>
background-color css
<style>
a { background-color: #2063FB; }
a { background-color: rgb(32,99,251); }
div.DivClassName
{
background-color: #2063FB;
}
.BgClassName
{
background-color: #2063FB;
}
</style>
border-color css
<style>
span { border-color: #2063FB; }
span { border-color: rgb(32,99,251); }
td.TdClassName
{
border-color: #2063FB;
}
.TagClassName
{
border-color: #2063FB;
}
</style>