Shades of Royal Blue #2F66FE
Tints of Royal Blue #2F66FE
RGB
CMYK
RGB Variations
Color information
#2F66FE (or 0x2F66FE) is known color: Royal Blue. HEX triplet: 2F, 66 and FE. RGB value is (47,102,254). Sum of RGB (Red+Green+Blue) = 47+102+254=403 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.66% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F66FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F66FE is #D09901. Grayscale: #666666. Windows color (decimal): -13670658 or 16672303. OLE color: 16672303.
HSL color Cylindrical-coordinate representation of color #2F66FE: hue angle of 224.06º 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 #2F66FE is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 102 | 254 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.00 |
| HSL | 224.06º | 0.99% | 0.59% | - |
| HSV(B) | 224.06º | 0.81% | 1% | - |
| XYZ | 23.81 | 17.26 | 95.84 | - |
| YUV | 102.88 | 213.28 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 254 | 0.81 | 0.60 | 0 | 0.00 | 224.06 | 0.99 | 0.59 |
| Hex | 2F | 66 | FE | 51 | 3C | 0 | 0 | E0 | 63 | 3B |
| Octal | 57 | 146 | 376 | 121 | 74 | 0 | 0 | 340 | 143 | 73 |
| Binary | 101111 | 1100110 | 11111110 | 1010001 | 111100 | 0 | 0 | 11100000 | 1100011 | 111011 |
Color Harmonies of #2F66FE
Complementary color
Monochromatic Colors of #2F66FE
Black with #2F66FE
Text Example
Text Example
White with #2F66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F66FE; }
p { color: rgb(47,102,254); }
H1.HeaderClassName
{
color: #2F66FE;
}
.AnyTagClassName
{
color: #2F66FE;
}
</style>
background-color css
<style>
a { background-color: #2F66FE; }
a { background-color: rgb(47,102,254); }
div.DivClassName
{
background-color: #2F66FE;
}
.BgClassName
{
background-color: #2F66FE;
}
</style>
border-color css
<style>
span { border-color: #2F66FE; }
span { border-color: rgb(47,102,254); }
td.TdClassName
{
border-color: #2F66FE;
}
.TagClassName
{
border-color: #2F66FE;
}
</style>