Shades of Royal Blue #2F63FD
Tints of Royal Blue #2F63FD
RGB
CMYK
RGB Variations
Color information
#2F63FD (or 0x2F63FD) is known color: Royal Blue. HEX triplet: 2F, 63 and FD. RGB value is (47,99,253). Sum of RGB (Red+Green+Blue) = 47+99+253=399 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.78% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F63FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F63FD is #D09C02. Grayscale: #646464. Windows color (decimal): -13671427 or 16605999. OLE color: 16605999.
HSL color Cylindrical-coordinate representation of color #2F63FD: hue angle of 224.85º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F63FD is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 99 | 253 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.01 |
| HSL | 224.85º | 0.98% | 0.59% | - |
| HSV(B) | 224.85º | 0.81% | 0.99% | - |
| XYZ | 23.36 | 16.62 | 94.91 | - |
| YUV | 101.01 | 213.77 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 253 | 0.81 | 0.61 | 0 | 0.01 | 224.85 | 0.98 | 0.59 |
| Hex | 2F | 63 | FD | 51 | 3D | 0 | 1 | E1 | 62 | 3B |
| Octal | 57 | 143 | 375 | 121 | 75 | 0 | 1 | 341 | 142 | 73 |
| Binary | 101111 | 1100011 | 11111101 | 1010001 | 111101 | 0 | 1 | 11100001 | 1100010 | 111011 |
Color Harmonies of #2F63FD
Complementary color
Monochromatic Colors of #2F63FD
Black with #2F63FD
Text Example
Text Example
White with #2F63FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F63FD; }
p { color: rgb(47,99,253); }
H1.HeaderClassName
{
color: #2F63FD;
}
.AnyTagClassName
{
color: #2F63FD;
}
</style>
background-color css
<style>
a { background-color: #2F63FD; }
a { background-color: rgb(47,99,253); }
div.DivClassName
{
background-color: #2F63FD;
}
.BgClassName
{
background-color: #2F63FD;
}
</style>
border-color css
<style>
span { border-color: #2F63FD; }
span { border-color: rgb(47,99,253); }
td.TdClassName
{
border-color: #2F63FD;
}
.TagClassName
{
border-color: #2F63FD;
}
</style>