Shades of Royal Blue #2574DA
Tints of Royal Blue #2574DA
RGB
CMYK
RGB Variations
Color information
#2574DA (or 0x2574DA) is known color: Royal Blue. HEX triplet: 25, 74 and DA. RGB value is (37,116,218). Sum of RGB (Red+Green+Blue) = 37+116+218=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #2574DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2574DA is #DA8B25. Grayscale: #676767. Windows color (decimal): -14322470 or 14316581. OLE color: 14316581.
HSL color Cylindrical-coordinate representation of color #2574DA: hue angle of 213.81º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2574DA is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 116 | 218 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.15 |
| HSL | 213.81º | 0.71% | 0.5% | - |
| HSV(B) | 213.81º | 0.83% | 0.85% | - |
| XYZ | 19.66 | 17.95 | 68.76 | - |
| YUV | 104.01 | 192.33 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 116 | 218 | 0.83 | 0.47 | 0 | 0.15 | 213.81 | 0.71 | 0.5 |
| Hex | 25 | 74 | DA | 53 | 2F | 0 | F | D6 | 47 | 32 |
| Octal | 45 | 164 | 332 | 123 | 57 | 0 | 17 | 326 | 107 | 62 |
| Binary | 100101 | 1110100 | 11011010 | 1010011 | 101111 | 0 | 1111 | 11010110 | 1000111 | 110010 |
Color Harmonies of #2574DA
Complementary color
Monochromatic Colors of #2574DA
Black with #2574DA
Text Example
Text Example
White with #2574DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2574DA; }
p { color: rgb(37,116,218); }
H1.HeaderClassName
{
color: #2574DA;
}
.AnyTagClassName
{
color: #2574DA;
}
</style>
background-color css
<style>
a { background-color: #2574DA; }
a { background-color: rgb(37,116,218); }
div.DivClassName
{
background-color: #2574DA;
}
.BgClassName
{
background-color: #2574DA;
}
</style>
border-color css
<style>
span { border-color: #2574DA; }
span { border-color: rgb(37,116,218); }
td.TdClassName
{
border-color: #2574DA;
}
.TagClassName
{
border-color: #2574DA;
}
</style>