Shades of Royal Blue #2F68FD
Tints of Royal Blue #2F68FD
RGB
CMYK
RGB Variations
Color information
#2F68FD (or 0x2F68FD) is known color: Royal Blue. HEX triplet: 2F, 68 and FD. RGB value is (47,104,253). Sum of RGB (Red+Green+Blue) = 47+104+253=404 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.63% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F68FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F68FD is #D09702. Grayscale: #676767. Windows color (decimal): -13670147 or 16607279. OLE color: 16607279.
HSL color Cylindrical-coordinate representation of color #2F68FD: hue angle of 223.4º 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 #2F68FD is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 104 | 253 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.01 |
| HSL | 223.4º | 0.98% | 0.59% | - |
| HSV(B) | 223.4º | 0.81% | 0.99% | - |
| XYZ | 23.85 | 17.6 | 95.07 | - |
| YUV | 103.94 | 212.12 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 253 | 0.81 | 0.59 | 0 | 0.01 | 223.4 | 0.98 | 0.59 |
| Hex | 2F | 68 | FD | 51 | 3B | 0 | 1 | DF | 62 | 3B |
| Octal | 57 | 150 | 375 | 121 | 73 | 0 | 1 | 337 | 142 | 73 |
| Binary | 101111 | 1101000 | 11111101 | 1010001 | 111011 | 0 | 1 | 11011111 | 1100010 | 111011 |
Color Harmonies of #2F68FD
Complementary color
Monochromatic Colors of #2F68FD
Black with #2F68FD
Text Example
Text Example
White with #2F68FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F68FD; }
p { color: rgb(47,104,253); }
H1.HeaderClassName
{
color: #2F68FD;
}
.AnyTagClassName
{
color: #2F68FD;
}
</style>
background-color css
<style>
a { background-color: #2F68FD; }
a { background-color: rgb(47,104,253); }
div.DivClassName
{
background-color: #2F68FD;
}
.BgClassName
{
background-color: #2F68FD;
}
</style>
border-color css
<style>
span { border-color: #2F68FD; }
span { border-color: rgb(47,104,253); }
td.TdClassName
{
border-color: #2F68FD;
}
.TagClassName
{
border-color: #2F68FD;
}
</style>