Shades of Royal Blue #2F68FE
Tints of Royal Blue #2F68FE
RGB
CMYK
RGB Variations
Color information
#2F68FE (or 0x2F68FE) is known color: Royal Blue. HEX triplet: 2F, 68 and FE. RGB value is (47,104,254). Sum of RGB (Red+Green+Blue) = 47+104+254=405 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.60% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F68FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F68FE is #D09701. Grayscale: #676767. Windows color (decimal): -13670146 or 16672815. OLE color: 16672815.
HSL color Cylindrical-coordinate representation of color #2F68FE: hue angle of 223.48º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F68FE is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 104 | 254 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.00 |
| HSL | 223.48º | 0.99% | 0.59% | - |
| HSV(B) | 223.48º | 0.81% | 1% | - |
| XYZ | 24.01 | 17.66 | 95.91 | - |
| YUV | 104.06 | 212.62 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 254 | 0.81 | 0.59 | 0 | 0.00 | 223.48 | 0.99 | 0.59 |
| Hex | 2F | 68 | FE | 51 | 3B | 0 | 0 | DF | 63 | 3B |
| Octal | 57 | 150 | 376 | 121 | 73 | 0 | 0 | 337 | 143 | 73 |
| Binary | 101111 | 1101000 | 11111110 | 1010001 | 111011 | 0 | 0 | 11011111 | 1100011 | 111011 |
Color Harmonies of #2F68FE
Complementary color
Monochromatic Colors of #2F68FE
Black with #2F68FE
Text Example
Text Example
White with #2F68FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F68FE; }
p { color: rgb(47,104,254); }
H1.HeaderClassName
{
color: #2F68FE;
}
.AnyTagClassName
{
color: #2F68FE;
}
</style>
background-color css
<style>
a { background-color: #2F68FE; }
a { background-color: rgb(47,104,254); }
div.DivClassName
{
background-color: #2F68FE;
}
.BgClassName
{
background-color: #2F68FE;
}
</style>
border-color css
<style>
span { border-color: #2F68FE; }
span { border-color: rgb(47,104,254); }
td.TdClassName
{
border-color: #2F68FE;
}
.TagClassName
{
border-color: #2F68FE;
}
</style>