Shades of Royal Blue #2F5DDB
Tints of Royal Blue #2F5DDB
RGB
CMYK
RGB Variations
Color information
#2F5DDB (or 0x2F5DDB) is known color: Royal Blue. HEX triplet: 2F, 5D and DB. RGB value is (47,93,219). Sum of RGB (Red+Green+Blue) = 47+93+219=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F5DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5DDB is #D0A224. Grayscale: #5D5D5D. Windows color (decimal): -13672997 or 14376239. OLE color: 14376239.
HSL color Cylindrical-coordinate representation of color #2F5DDB: hue angle of 223.95º 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 #2F5DDB is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 93 | 219 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.14 |
| HSL | 223.95º | 0.7% | 0.52% | - |
| HSV(B) | 223.95º | 0.79% | 0.86% | - |
| XYZ | 17.87 | 13.55 | 68.69 | - |
| YUV | 93.61 | 198.76 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 93 | 219 | 0.79 | 0.58 | 0 | 0.14 | 223.95 | 0.7 | 0.52 |
| Hex | 2F | 5D | DB | 4F | 3A | 0 | E | E0 | 46 | 34 |
| Octal | 57 | 135 | 333 | 117 | 72 | 0 | 16 | 340 | 106 | 64 |
| Binary | 101111 | 1011101 | 11011011 | 1001111 | 111010 | 0 | 1110 | 11100000 | 1000110 | 110100 |
Color Harmonies of #2F5DDB
Complementary color
Monochromatic Colors of #2F5DDB
Black with #2F5DDB
Text Example
Text Example
White with #2F5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5DDB; }
p { color: rgb(47,93,219); }
H1.HeaderClassName
{
color: #2F5DDB;
}
.AnyTagClassName
{
color: #2F5DDB;
}
</style>
background-color css
<style>
a { background-color: #2F5DDB; }
a { background-color: rgb(47,93,219); }
div.DivClassName
{
background-color: #2F5DDB;
}
.BgClassName
{
background-color: #2F5DDB;
}
</style>
border-color css
<style>
span { border-color: #2F5DDB; }
span { border-color: rgb(47,93,219); }
td.TdClassName
{
border-color: #2F5DDB;
}
.TagClassName
{
border-color: #2F5DDB;
}
</style>