Shades of Royal Blue #2F74F2
Tints of Royal Blue #2F74F2
RGB
CMYK
RGB Variations
Color information
#2F74F2 (or 0x2F74F2) is known color: Royal Blue. HEX triplet: 2F, 74 and F2. RGB value is (47,116,242). Sum of RGB (Red+Green+Blue) = 47+116+242=405 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.60% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 242 (94.92% from 255 or 59.75% from 405); Max value from RGB is 242 - color contains mainly: blue. Hex color #2F74F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F74F2 is #D08B0D. Grayscale: #6D6D6D. Windows color (decimal): -13667086 or 15889455. OLE color: 15889455.
HSL color Cylindrical-coordinate representation of color #2F74F2: hue angle of 218.77º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F74F2 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 116 | 242 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.05 |
| HSL | 218.77º | 0.88% | 0.57% | - |
| HSV(B) | 218.77º | 0.81% | 0.95% | - |
| XYZ | 23.44 | 19.51 | 86.53 | - |
| YUV | 109.73 | 202.64 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 116 | 242 | 0.81 | 0.52 | 0 | 0.05 | 218.77 | 0.88 | 0.57 |
| Hex | 2F | 74 | F2 | 51 | 34 | 0 | 5 | DB | 58 | 39 |
| Octal | 57 | 164 | 362 | 121 | 64 | 0 | 5 | 333 | 130 | 71 |
| Binary | 101111 | 1110100 | 11110010 | 1010001 | 110100 | 0 | 101 | 11011011 | 1011000 | 111001 |
Color Harmonies of #2F74F2
Complementary color
Monochromatic Colors of #2F74F2
Black with #2F74F2
Text Example
Text Example
White with #2F74F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F74F2; }
p { color: rgb(47,116,242); }
H1.HeaderClassName
{
color: #2F74F2;
}
.AnyTagClassName
{
color: #2F74F2;
}
</style>
background-color css
<style>
a { background-color: #2F74F2; }
a { background-color: rgb(47,116,242); }
div.DivClassName
{
background-color: #2F74F2;
}
.BgClassName
{
background-color: #2F74F2;
}
</style>
border-color css
<style>
span { border-color: #2F74F2; }
span { border-color: rgb(47,116,242); }
td.TdClassName
{
border-color: #2F74F2;
}
.TagClassName
{
border-color: #2F74F2;
}
</style>