Shades of Royal Blue #2F5FDB
Tints of Royal Blue #2F5FDB
RGB
CMYK
RGB Variations
Color information
#2F5FDB (or 0x2F5FDB) is known color: Royal Blue. HEX triplet: 2F, 5F and DB. RGB value is (47,95,219). Sum of RGB (Red+Green+Blue) = 47+95+219=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F5FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5FDB is #D0A024. Grayscale: #5E5E5E. Windows color (decimal): -13672485 or 14376751. OLE color: 14376751.
HSL color Cylindrical-coordinate representation of color #2F5FDB: hue angle of 223.26º 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 #2F5FDB is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 95 | 219 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.14 |
| HSL | 223.26º | 0.7% | 0.52% | - |
| HSV(B) | 223.26º | 0.79% | 0.86% | - |
| XYZ | 18.05 | 13.9 | 68.75 | - |
| YUV | 94.78 | 198.1 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 95 | 219 | 0.79 | 0.57 | 0 | 0.14 | 223.26 | 0.7 | 0.52 |
| Hex | 2F | 5F | DB | 4F | 39 | 0 | E | DF | 46 | 34 |
| Octal | 57 | 137 | 333 | 117 | 71 | 0 | 16 | 337 | 106 | 64 |
| Binary | 101111 | 1011111 | 11011011 | 1001111 | 111001 | 0 | 1110 | 11011111 | 1000110 | 110100 |
Color Harmonies of #2F5FDB
Complementary color
Monochromatic Colors of #2F5FDB
Black with #2F5FDB
Text Example
Text Example
White with #2F5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5FDB; }
p { color: rgb(47,95,219); }
H1.HeaderClassName
{
color: #2F5FDB;
}
.AnyTagClassName
{
color: #2F5FDB;
}
</style>
background-color css
<style>
a { background-color: #2F5FDB; }
a { background-color: rgb(47,95,219); }
div.DivClassName
{
background-color: #2F5FDB;
}
.BgClassName
{
background-color: #2F5FDB;
}
</style>
border-color css
<style>
span { border-color: #2F5FDB; }
span { border-color: rgb(47,95,219); }
td.TdClassName
{
border-color: #2F5FDB;
}
.TagClassName
{
border-color: #2F5FDB;
}
</style>