Shades of Royal Blue #2575DE
Tints of Royal Blue #2575DE
RGB
CMYK
RGB Variations
Color information
#2575DE (or 0x2575DE) is known color: Royal Blue. HEX triplet: 25, 75 and DE. RGB value is (37,117,222). Sum of RGB (Red+Green+Blue) = 37+117+222=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #2575DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2575DE is #DA8A21. Grayscale: #686868. Windows color (decimal): -14322210 or 14578981. OLE color: 14578981.
HSL color Cylindrical-coordinate representation of color #2575DE: hue angle of 214.05º 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 #2575DE is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 117 | 222 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.13 |
| HSL | 214.05º | 0.74% | 0.51% | - |
| HSV(B) | 214.05º | 0.83% | 0.87% | - |
| XYZ | 20.31 | 18.39 | 71.59 | - |
| YUV | 105.05 | 194 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 222 | 0.83 | 0.47 | 0 | 0.13 | 214.05 | 0.74 | 0.51 |
| Hex | 25 | 75 | DE | 53 | 2F | 0 | D | D6 | 4A | 33 |
| Octal | 45 | 165 | 336 | 123 | 57 | 0 | 15 | 326 | 112 | 63 |
| Binary | 100101 | 1110101 | 11011110 | 1010011 | 101111 | 0 | 1101 | 11010110 | 1001010 | 110011 |
Color Harmonies of #2575DE
Complementary color
Monochromatic Colors of #2575DE
Black with #2575DE
Text Example
Text Example
White with #2575DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2575DE; }
p { color: rgb(37,117,222); }
H1.HeaderClassName
{
color: #2575DE;
}
.AnyTagClassName
{
color: #2575DE;
}
</style>
background-color css
<style>
a { background-color: #2575DE; }
a { background-color: rgb(37,117,222); }
div.DivClassName
{
background-color: #2575DE;
}
.BgClassName
{
background-color: #2575DE;
}
</style>
border-color css
<style>
span { border-color: #2575DE; }
span { border-color: rgb(37,117,222); }
td.TdClassName
{
border-color: #2575DE;
}
.TagClassName
{
border-color: #2575DE;
}
</style>