Shades of Royal Blue #2574ED
Tints of Royal Blue #2574ED
RGB
CMYK
RGB Variations
Color information
#2574ED (or 0x2574ED) is known color: Royal Blue. HEX triplet: 25, 74 and ED. RGB value is (37,116,237). Sum of RGB (Red+Green+Blue) = 37+116+237=390 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.49% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #2574ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2574ED is #DA8B12. Grayscale: #696969. Windows color (decimal): -14322451 or 15561765. OLE color: 15561765.
HSL color Cylindrical-coordinate representation of color #2574ED: hue angle of 216.3º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2574ED is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 116 | 237 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.07 |
| HSL | 216.3º | 0.85% | 0.54% | - |
| HSV(B) | 216.3º | 0.84% | 0.93% | - |
| XYZ | 22.29 | 19 | 82.61 | - |
| YUV | 106.17 | 201.83 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 116 | 237 | 0.84 | 0.51 | 0 | 0.07 | 216.3 | 0.85 | 0.54 |
| Hex | 25 | 74 | ED | 54 | 33 | 0 | 7 | D8 | 55 | 36 |
| Octal | 45 | 164 | 355 | 124 | 63 | 0 | 7 | 330 | 125 | 66 |
| Binary | 100101 | 1110100 | 11101101 | 1010100 | 110011 | 0 | 111 | 11011000 | 1010101 | 110110 |
Color Harmonies of #2574ED
Complementary color
Monochromatic Colors of #2574ED
Black with #2574ED
Text Example
Text Example
White with #2574ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2574ED; }
p { color: rgb(37,116,237); }
H1.HeaderClassName
{
color: #2574ED;
}
.AnyTagClassName
{
color: #2574ED;
}
</style>
background-color css
<style>
a { background-color: #2574ED; }
a { background-color: rgb(37,116,237); }
div.DivClassName
{
background-color: #2574ED;
}
.BgClassName
{
background-color: #2574ED;
}
</style>
border-color css
<style>
span { border-color: #2574ED; }
span { border-color: rgb(37,116,237); }
td.TdClassName
{
border-color: #2574ED;
}
.TagClassName
{
border-color: #2574ED;
}
</style>