Shades of Royal Blue #2F5FDF
Tints of Royal Blue #2F5FDF
RGB
CMYK
RGB Variations
Color information
#2F5FDF (or 0x2F5FDF) is known color: Royal Blue. HEX triplet: 2F, 5F and DF. RGB value is (47,95,223). Sum of RGB (Red+Green+Blue) = 47+95+223=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #2F5FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5FDF is #D0A020. Grayscale: #5E5E5E. Windows color (decimal): -13672481 or 14638895. OLE color: 14638895.
HSL color Cylindrical-coordinate representation of color #2F5FDF: hue angle of 223.64º 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 #2F5FDF is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 95 | 223 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.13 |
| HSL | 223.64º | 0.73% | 0.53% | - |
| HSV(B) | 223.64º | 0.79% | 0.87% | - |
| XYZ | 18.58 | 14.12 | 71.56 | - |
| YUV | 95.24 | 200.1 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 95 | 223 | 0.79 | 0.57 | 0 | 0.13 | 223.64 | 0.73 | 0.53 |
| Hex | 2F | 5F | DF | 4F | 39 | 0 | D | E0 | 49 | 35 |
| Octal | 57 | 137 | 337 | 117 | 71 | 0 | 15 | 340 | 111 | 65 |
| Binary | 101111 | 1011111 | 11011111 | 1001111 | 111001 | 0 | 1101 | 11100000 | 1001001 | 110101 |
Color Harmonies of #2F5FDF
Complementary color
Monochromatic Colors of #2F5FDF
Black with #2F5FDF
Text Example
Text Example
White with #2F5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5FDF; }
p { color: rgb(47,95,223); }
H1.HeaderClassName
{
color: #2F5FDF;
}
.AnyTagClassName
{
color: #2F5FDF;
}
</style>
background-color css
<style>
a { background-color: #2F5FDF; }
a { background-color: rgb(47,95,223); }
div.DivClassName
{
background-color: #2F5FDF;
}
.BgClassName
{
background-color: #2F5FDF;
}
</style>
border-color css
<style>
span { border-color: #2F5FDF; }
span { border-color: rgb(47,95,223); }
td.TdClassName
{
border-color: #2F5FDF;
}
.TagClassName
{
border-color: #2F5FDF;
}
</style>