Shades of Royal Blue #2A5FE6
Tints of Royal Blue #2A5FE6
RGB
CMYK
RGB Variations
Color information
#2A5FE6 (or 0x2A5FE6) is known color: Royal Blue. HEX triplet: 2A, 5F and E6. RGB value is (42,95,230). Sum of RGB (Red+Green+Blue) = 42+95+230=367 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.44% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 230 (90.23% from 255 or 62.67% from 367); Max value from RGB is 230 - color contains mainly: blue. Hex color #2A5FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A5FE6 is #D5A019. Grayscale: #5D5D5D. Windows color (decimal): -14000154 or 15097642. OLE color: 15097642.
HSL color Cylindrical-coordinate representation of color #2A5FE6: hue angle of 223.09º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A5FE6 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 95 | 230 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.10 |
| HSL | 223.09º | 0.79% | 0.53% | - |
| HSV(B) | 223.09º | 0.82% | 0.9% | - |
| XYZ | 19.33 | 14.39 | 76.62 | - |
| YUV | 94.54 | 204.44 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 95 | 230 | 0.82 | 0.59 | 0 | 0.10 | 223.09 | 0.79 | 0.53 |
| Hex | 2A | 5F | E6 | 52 | 3B | 0 | A | DF | 4F | 35 |
| Octal | 52 | 137 | 346 | 122 | 73 | 0 | 12 | 337 | 117 | 65 |
| Binary | 101010 | 1011111 | 11100110 | 1010010 | 111011 | 0 | 1010 | 11011111 | 1001111 | 110101 |
Color Harmonies of #2A5FE6
Complementary color
Monochromatic Colors of #2A5FE6
Black with #2A5FE6
Text Example
Text Example
White with #2A5FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5FE6; }
p { color: rgb(42,95,230); }
H1.HeaderClassName
{
color: #2A5FE6;
}
.AnyTagClassName
{
color: #2A5FE6;
}
</style>
background-color css
<style>
a { background-color: #2A5FE6; }
a { background-color: rgb(42,95,230); }
div.DivClassName
{
background-color: #2A5FE6;
}
.BgClassName
{
background-color: #2A5FE6;
}
</style>
border-color css
<style>
span { border-color: #2A5FE6; }
span { border-color: rgb(42,95,230); }
td.TdClassName
{
border-color: #2A5FE6;
}
.TagClassName
{
border-color: #2A5FE6;
}
</style>