Shades of Royal Blue #2F7FDB
Tints of Royal Blue #2F7FDB
RGB
CMYK
RGB Variations
Color information
#2F7FDB (or 0x2F7FDB) is known color: Royal Blue. HEX triplet: 2F, 7F and DB. RGB value is (47,127,219). Sum of RGB (Red+Green+Blue) = 47+127+219=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F7FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7FDB is #D08024. Grayscale: #717171. Windows color (decimal): -13664293 or 14384943. OLE color: 14384943.
HSL color Cylindrical-coordinate representation of color #2F7FDB: hue angle of 212.09º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F7FDB is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 127 | 219 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.14 |
| HSL | 212.09º | 0.7% | 0.52% | - |
| HSV(B) | 212.09º | 0.79% | 0.86% | - |
| XYZ | 21.55 | 20.9 | 69.92 | - |
| YUV | 113.57 | 187.5 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 127 | 219 | 0.79 | 0.42 | 0 | 0.14 | 212.09 | 0.7 | 0.52 |
| Hex | 2F | 7F | DB | 4F | 2A | 0 | E | D4 | 46 | 34 |
| Octal | 57 | 177 | 333 | 117 | 52 | 0 | 16 | 324 | 106 | 64 |
| Binary | 101111 | 1111111 | 11011011 | 1001111 | 101010 | 0 | 1110 | 11010100 | 1000110 | 110100 |
Color Harmonies of #2F7FDB
Complementary color
Monochromatic Colors of #2F7FDB
Black with #2F7FDB
Text Example
Text Example
White with #2F7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7FDB; }
p { color: rgb(47,127,219); }
H1.HeaderClassName
{
color: #2F7FDB;
}
.AnyTagClassName
{
color: #2F7FDB;
}
</style>
background-color css
<style>
a { background-color: #2F7FDB; }
a { background-color: rgb(47,127,219); }
div.DivClassName
{
background-color: #2F7FDB;
}
.BgClassName
{
background-color: #2F7FDB;
}
</style>
border-color css
<style>
span { border-color: #2F7FDB; }
span { border-color: rgb(47,127,219); }
td.TdClassName
{
border-color: #2F7FDB;
}
.TagClassName
{
border-color: #2F7FDB;
}
</style>