Shades of Royal Blue #2576DE
Tints of Royal Blue #2576DE
RGB
CMYK
RGB Variations
Color information
#2576DE (or 0x2576DE) is known color: Royal Blue. HEX triplet: 25, 76 and DE. RGB value is (37,118,222). Sum of RGB (Red+Green+Blue) = 37+118+222=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #2576DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2576DE is #DA8921. Grayscale: #696969. Windows color (decimal): -14321954 or 14579237. OLE color: 14579237.
HSL color Cylindrical-coordinate representation of color #2576DE: hue angle of 213.73º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2576DE is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 118 | 222 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.13 |
| HSL | 213.73º | 0.74% | 0.51% | - |
| HSV(B) | 213.73º | 0.83% | 0.87% | - |
| XYZ | 20.43 | 18.62 | 71.63 | - |
| YUV | 105.64 | 193.66 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 118 | 222 | 0.83 | 0.47 | 0 | 0.13 | 213.73 | 0.74 | 0.51 |
| Hex | 25 | 76 | DE | 53 | 2F | 0 | D | D6 | 4A | 33 |
| Octal | 45 | 166 | 336 | 123 | 57 | 0 | 15 | 326 | 112 | 63 |
| Binary | 100101 | 1110110 | 11011110 | 1010011 | 101111 | 0 | 1101 | 11010110 | 1001010 | 110011 |
Color Harmonies of #2576DE
Complementary color
Monochromatic Colors of #2576DE
Black with #2576DE
Text Example
Text Example
White with #2576DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2576DE; }
p { color: rgb(37,118,222); }
H1.HeaderClassName
{
color: #2576DE;
}
.AnyTagClassName
{
color: #2576DE;
}
</style>
background-color css
<style>
a { background-color: #2576DE; }
a { background-color: rgb(37,118,222); }
div.DivClassName
{
background-color: #2576DE;
}
.BgClassName
{
background-color: #2576DE;
}
</style>
border-color css
<style>
span { border-color: #2576DE; }
span { border-color: rgb(37,118,222); }
td.TdClassName
{
border-color: #2576DE;
}
.TagClassName
{
border-color: #2576DE;
}
</style>