Shades of Royal Blue #2576DA
Tints of Royal Blue #2576DA
RGB
CMYK
RGB Variations
Color information
#2576DA (or 0x2576DA) is known color: Royal Blue. HEX triplet: 25, 76 and DA. RGB value is (37,118,218). Sum of RGB (Red+Green+Blue) = 37+118+218=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #2576DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2576DA is #DA8925. Grayscale: #686868. Windows color (decimal): -14321958 or 14317093. OLE color: 14317093.
HSL color Cylindrical-coordinate representation of color #2576DA: hue angle of 213.15º 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 #2576DA is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 118 | 218 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.15 |
| HSL | 213.15º | 0.71% | 0.5% | - |
| HSV(B) | 213.15º | 0.83% | 0.85% | - |
| XYZ | 19.9 | 18.41 | 68.83 | - |
| YUV | 105.18 | 191.66 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 118 | 218 | 0.83 | 0.46 | 0 | 0.15 | 213.15 | 0.71 | 0.5 |
| Hex | 25 | 76 | DA | 53 | 2E | 0 | F | D5 | 47 | 32 |
| Octal | 45 | 166 | 332 | 123 | 56 | 0 | 17 | 325 | 107 | 62 |
| Binary | 100101 | 1110110 | 11011010 | 1010011 | 101110 | 0 | 1111 | 11010101 | 1000111 | 110010 |
Color Harmonies of #2576DA
Complementary color
Monochromatic Colors of #2576DA
Black with #2576DA
Text Example
Text Example
White with #2576DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2576DA; }
p { color: rgb(37,118,218); }
H1.HeaderClassName
{
color: #2576DA;
}
.AnyTagClassName
{
color: #2576DA;
}
</style>
background-color css
<style>
a { background-color: #2576DA; }
a { background-color: rgb(37,118,218); }
div.DivClassName
{
background-color: #2576DA;
}
.BgClassName
{
background-color: #2576DA;
}
</style>
border-color css
<style>
span { border-color: #2576DA; }
span { border-color: rgb(37,118,218); }
td.TdClassName
{
border-color: #2576DA;
}
.TagClassName
{
border-color: #2576DA;
}
</style>