Shades of Royal Blue #2C63FE
Tints of Royal Blue #2C63FE
RGB
CMYK
RGB Variations
Color information
#2C63FE (or 0x2C63FE) is known color: Royal Blue. HEX triplet: 2C, 63 and FE. RGB value is (44,99,254). Sum of RGB (Red+Green+Blue) = 44+99+254=397 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.08% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #2C63FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C63FE is #D39C01. Grayscale: #636363. Windows color (decimal): -13868034 or 16671532. OLE color: 16671532.
HSL color Cylindrical-coordinate representation of color #2C63FE: hue angle of 224.29º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C63FE is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 99 | 254 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.00 |
| HSL | 224.29º | 0.99% | 0.58% | - |
| HSV(B) | 224.29º | 0.83% | 1% | - |
| XYZ | 23.39 | 16.61 | 95.74 | - |
| YUV | 100.23 | 214.78 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 99 | 254 | 0.83 | 0.61 | 0 | 0.00 | 224.29 | 0.99 | 0.58 |
| Hex | 2C | 63 | FE | 53 | 3D | 0 | 0 | E0 | 63 | 3A |
| Octal | 54 | 143 | 376 | 123 | 75 | 0 | 0 | 340 | 143 | 72 |
| Binary | 101100 | 1100011 | 11111110 | 1010011 | 111101 | 0 | 0 | 11100000 | 1100011 | 111010 |
Color Harmonies of #2C63FE
Complementary color
Monochromatic Colors of #2C63FE
Black with #2C63FE
Text Example
Text Example
White with #2C63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C63FE; }
p { color: rgb(44,99,254); }
H1.HeaderClassName
{
color: #2C63FE;
}
.AnyTagClassName
{
color: #2C63FE;
}
</style>
background-color css
<style>
a { background-color: #2C63FE; }
a { background-color: rgb(44,99,254); }
div.DivClassName
{
background-color: #2C63FE;
}
.BgClassName
{
background-color: #2C63FE;
}
</style>
border-color css
<style>
span { border-color: #2C63FE; }
span { border-color: rgb(44,99,254); }
td.TdClassName
{
border-color: #2C63FE;
}
.TagClassName
{
border-color: #2C63FE;
}
</style>