Shades of Royal Blue #2F5FDE
Tints of Royal Blue #2F5FDE
RGB
CMYK
RGB Variations
Color information
#2F5FDE (or 0x2F5FDE) is known color: Royal Blue. HEX triplet: 2F, 5F and DE. RGB value is (47,95,222). Sum of RGB (Red+Green+Blue) = 47+95+222=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #2F5FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5FDE is #D0A021. Grayscale: #5E5E5E. Windows color (decimal): -13672482 or 14573359. OLE color: 14573359.
HSL color Cylindrical-coordinate representation of color #2F5FDE: hue angle of 223.54º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F5FDE is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 95 | 222 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.13 |
| HSL | 223.54º | 0.73% | 0.53% | - |
| HSV(B) | 223.54º | 0.79% | 0.87% | - |
| XYZ | 18.45 | 14.06 | 70.85 | - |
| YUV | 95.13 | 199.6 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 95 | 222 | 0.79 | 0.57 | 0 | 0.13 | 223.54 | 0.73 | 0.53 |
| Hex | 2F | 5F | DE | 4F | 39 | 0 | D | E0 | 49 | 35 |
| Octal | 57 | 137 | 336 | 117 | 71 | 0 | 15 | 340 | 111 | 65 |
| Binary | 101111 | 1011111 | 11011110 | 1001111 | 111001 | 0 | 1101 | 11100000 | 1001001 | 110101 |
Color Harmonies of #2F5FDE
Complementary color
Monochromatic Colors of #2F5FDE
Black with #2F5FDE
Text Example
Text Example
White with #2F5FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5FDE; }
p { color: rgb(47,95,222); }
H1.HeaderClassName
{
color: #2F5FDE;
}
.AnyTagClassName
{
color: #2F5FDE;
}
</style>
background-color css
<style>
a { background-color: #2F5FDE; }
a { background-color: rgb(47,95,222); }
div.DivClassName
{
background-color: #2F5FDE;
}
.BgClassName
{
background-color: #2F5FDE;
}
</style>
border-color css
<style>
span { border-color: #2F5FDE; }
span { border-color: rgb(47,95,222); }
td.TdClassName
{
border-color: #2F5FDE;
}
.TagClassName
{
border-color: #2F5FDE;
}
</style>