Shades of Royal Blue #2F5ADE
Tints of Royal Blue #2F5ADE
RGB
CMYK
RGB Variations
Color information
#2F5ADE (or 0x2F5ADE) is known color: Royal Blue. HEX triplet: 2F, 5A and DE. RGB value is (47,90,222). Sum of RGB (Red+Green+Blue) = 47+90+222=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 222 (87.11% from 255 or 61.84% from 359); Max value from RGB is 222 - color contains mainly: blue. Hex color #2F5ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5ADE is #D0A521. Grayscale: #5B5B5B. Windows color (decimal): -13673762 or 14572079. OLE color: 14572079.
HSL color Cylindrical-coordinate representation of color #2F5ADE: hue angle of 225.26º 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 #2F5ADE is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 90 | 222 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.13 |
| HSL | 225.26º | 0.73% | 0.53% | - |
| HSV(B) | 225.26º | 0.79% | 0.87% | - |
| XYZ | 18.01 | 13.19 | 70.7 | - |
| YUV | 92.19 | 201.25 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 90 | 222 | 0.79 | 0.59 | 0 | 0.13 | 225.26 | 0.73 | 0.53 |
| Hex | 2F | 5A | DE | 4F | 3B | 0 | D | E1 | 49 | 35 |
| Octal | 57 | 132 | 336 | 117 | 73 | 0 | 15 | 341 | 111 | 65 |
| Binary | 101111 | 1011010 | 11011110 | 1001111 | 111011 | 0 | 1101 | 11100001 | 1001001 | 110101 |
Color Harmonies of #2F5ADE
Complementary color
Monochromatic Colors of #2F5ADE
Black with #2F5ADE
Text Example
Text Example
White with #2F5ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5ADE; }
p { color: rgb(47,90,222); }
H1.HeaderClassName
{
color: #2F5ADE;
}
.AnyTagClassName
{
color: #2F5ADE;
}
</style>
background-color css
<style>
a { background-color: #2F5ADE; }
a { background-color: rgb(47,90,222); }
div.DivClassName
{
background-color: #2F5ADE;
}
.BgClassName
{
background-color: #2F5ADE;
}
</style>
border-color css
<style>
span { border-color: #2F5ADE; }
span { border-color: rgb(47,90,222); }
td.TdClassName
{
border-color: #2F5ADE;
}
.TagClassName
{
border-color: #2F5ADE;
}
</style>