Shades of Royal Blue #2063FC
Tints of Royal Blue #2063FC
RGB
CMYK
RGB Variations
Color information
#2063FC (or 0x2063FC) is known color: Royal Blue. HEX triplet: 20, 63 and FC. RGB value is (32,99,252). Sum of RGB (Red+Green+Blue) = 32+99+252=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #2063FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2063FC is #DF9C03. Grayscale: #5F5F5F. Windows color (decimal): -14654468 or 16540448. OLE color: 16540448.
HSL color Cylindrical-coordinate representation of color #2063FC: hue angle of 221.73º 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 #2063FC is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 99 | 252 | - |
| CMYK | 0.87 | 0.61 | 0 | 0.01 |
| HSL | 221.73º | 0.97% | 0.56% | - |
| HSV(B) | 221.73º | 0.87% | 0.99% | - |
| XYZ | 22.63 | 16.26 | 94.04 | - |
| YUV | 96.41 | 215.8 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 252 | 0.87 | 0.61 | 0 | 0.01 | 221.73 | 0.97 | 0.56 |
| Hex | 20 | 63 | FC | 57 | 3D | 0 | 1 | DE | 61 | 38 |
| Octal | 40 | 143 | 374 | 127 | 75 | 0 | 1 | 336 | 141 | 70 |
| Binary | 100000 | 1100011 | 11111100 | 1010111 | 111101 | 0 | 1 | 11011110 | 1100001 | 111000 |
Color Harmonies of #2063FC
Complementary color
Monochromatic Colors of #2063FC
Black with #2063FC
Text Example
Text Example
White with #2063FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2063FC; }
p { color: rgb(32,99,252); }
H1.HeaderClassName
{
color: #2063FC;
}
.AnyTagClassName
{
color: #2063FC;
}
</style>
background-color css
<style>
a { background-color: #2063FC; }
a { background-color: rgb(32,99,252); }
div.DivClassName
{
background-color: #2063FC;
}
.BgClassName
{
background-color: #2063FC;
}
</style>
border-color css
<style>
span { border-color: #2063FC; }
span { border-color: rgb(32,99,252); }
td.TdClassName
{
border-color: #2063FC;
}
.TagClassName
{
border-color: #2063FC;
}
</style>