Shades of Royal Blue #2F64FD
Tints of Royal Blue #2F64FD
RGB
CMYK
RGB Variations
Color information
#2F64FD (or 0x2F64FD) is known color: Royal Blue. HEX triplet: 2F, 64 and FD. RGB value is (47,100,253). Sum of RGB (Red+Green+Blue) = 47+100+253=400 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F64FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F64FD is #D09B02. Grayscale: #646464. Windows color (decimal): -13671171 or 16606255. OLE color: 16606255.
HSL color Cylindrical-coordinate representation of color #2F64FD: hue angle of 224.56º 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 #2F64FD is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 100 | 253 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.01 |
| HSL | 224.56º | 0.98% | 0.59% | - |
| HSV(B) | 224.56º | 0.81% | 0.99% | - |
| XYZ | 23.46 | 16.81 | 94.94 | - |
| YUV | 101.6 | 213.44 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 100 | 253 | 0.81 | 0.60 | 0 | 0.01 | 224.56 | 0.98 | 0.59 |
| Hex | 2F | 64 | FD | 51 | 3C | 0 | 1 | E1 | 62 | 3B |
| Octal | 57 | 144 | 375 | 121 | 74 | 0 | 1 | 341 | 142 | 73 |
| Binary | 101111 | 1100100 | 11111101 | 1010001 | 111100 | 0 | 1 | 11100001 | 1100010 | 111011 |
Color Harmonies of #2F64FD
Complementary color
Monochromatic Colors of #2F64FD
Black with #2F64FD
Text Example
Text Example
White with #2F64FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F64FD; }
p { color: rgb(47,100,253); }
H1.HeaderClassName
{
color: #2F64FD;
}
.AnyTagClassName
{
color: #2F64FD;
}
</style>
background-color css
<style>
a { background-color: #2F64FD; }
a { background-color: rgb(47,100,253); }
div.DivClassName
{
background-color: #2F64FD;
}
.BgClassName
{
background-color: #2F64FD;
}
</style>
border-color css
<style>
span { border-color: #2F64FD; }
span { border-color: rgb(47,100,253); }
td.TdClassName
{
border-color: #2F64FD;
}
.TagClassName
{
border-color: #2F64FD;
}
</style>