Shades of Royal Blue #2F78E8
Tints of Royal Blue #2F78E8
RGB
CMYK
RGB Variations
Color information
#2F78E8 (or 0x2F78E8) is known color: Royal Blue. HEX triplet: 2F, 78 and E8. RGB value is (47,120,232). Sum of RGB (Red+Green+Blue) = 47+120+232=399 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.78% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 232 (91.02% from 255 or 58.15% from 399); Max value from RGB is 232 - color contains mainly: blue. Hex color #2F78E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F78E8 is #D08717. Grayscale: #6E6E6E. Windows color (decimal): -13666072 or 15235119. OLE color: 15235119.
HSL color Cylindrical-coordinate representation of color #2F78E8: hue angle of 216.32º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F78E8 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 120 | 232 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.09 |
| HSL | 216.32º | 0.8% | 0.55% | - |
| HSV(B) | 216.32º | 0.8% | 0.91% | - |
| XYZ | 22.45 | 19.86 | 78.99 | - |
| YUV | 110.94 | 196.32 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 120 | 232 | 0.80 | 0.48 | 0 | 0.09 | 216.32 | 0.8 | 0.55 |
| Hex | 2F | 78 | E8 | 50 | 30 | 0 | 9 | D8 | 50 | 37 |
| Octal | 57 | 170 | 350 | 120 | 60 | 0 | 11 | 330 | 120 | 67 |
| Binary | 101111 | 1111000 | 11101000 | 1010000 | 110000 | 0 | 1001 | 11011000 | 1010000 | 110111 |
Color Harmonies of #2F78E8
Complementary color
Monochromatic Colors of #2F78E8
Black with #2F78E8
Text Example
Text Example
White with #2F78E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F78E8; }
p { color: rgb(47,120,232); }
H1.HeaderClassName
{
color: #2F78E8;
}
.AnyTagClassName
{
color: #2F78E8;
}
</style>
background-color css
<style>
a { background-color: #2F78E8; }
a { background-color: rgb(47,120,232); }
div.DivClassName
{
background-color: #2F78E8;
}
.BgClassName
{
background-color: #2F78E8;
}
</style>
border-color css
<style>
span { border-color: #2F78E8; }
span { border-color: rgb(47,120,232); }
td.TdClassName
{
border-color: #2F78E8;
}
.TagClassName
{
border-color: #2F78E8;
}
</style>