Shades of Royal Blue #2F5EDB
Tints of Royal Blue #2F5EDB
RGB
CMYK
RGB Variations
Color information
#2F5EDB (or 0x2F5EDB) is known color: Royal Blue. HEX triplet: 2F, 5E and DB. RGB value is (47,94,219). Sum of RGB (Red+Green+Blue) = 47+94+219=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F5EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5EDB is #D0A124. Grayscale: #5D5D5D. Windows color (decimal): -13672741 or 14376495. OLE color: 14376495.
HSL color Cylindrical-coordinate representation of color #2F5EDB: hue angle of 223.6º 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 #2F5EDB is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 94 | 219 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.14 |
| HSL | 223.6º | 0.7% | 0.52% | - |
| HSV(B) | 223.6º | 0.79% | 0.86% | - |
| XYZ | 17.96 | 13.72 | 68.72 | - |
| YUV | 94.2 | 198.43 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 94 | 219 | 0.79 | 0.57 | 0 | 0.14 | 223.6 | 0.7 | 0.52 |
| Hex | 2F | 5E | DB | 4F | 39 | 0 | E | E0 | 46 | 34 |
| Octal | 57 | 136 | 333 | 117 | 71 | 0 | 16 | 340 | 106 | 64 |
| Binary | 101111 | 1011110 | 11011011 | 1001111 | 111001 | 0 | 1110 | 11100000 | 1000110 | 110100 |
Color Harmonies of #2F5EDB
Complementary color
Monochromatic Colors of #2F5EDB
Black with #2F5EDB
Text Example
Text Example
White with #2F5EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5EDB; }
p { color: rgb(47,94,219); }
H1.HeaderClassName
{
color: #2F5EDB;
}
.AnyTagClassName
{
color: #2F5EDB;
}
</style>
background-color css
<style>
a { background-color: #2F5EDB; }
a { background-color: rgb(47,94,219); }
div.DivClassName
{
background-color: #2F5EDB;
}
.BgClassName
{
background-color: #2F5EDB;
}
</style>
border-color css
<style>
span { border-color: #2F5EDB; }
span { border-color: rgb(47,94,219); }
td.TdClassName
{
border-color: #2F5EDB;
}
.TagClassName
{
border-color: #2F5EDB;
}
</style>