Shades of Royal Blue #2558DF
Tints of Royal Blue #2558DF
RGB
CMYK
RGB Variations
Color information
#2558DF (or 0x2558DF) is known color: Royal Blue. HEX triplet: 25, 58 and DF. RGB value is (37,88,223). Sum of RGB (Red+Green+Blue) = 37+88+223=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #2558DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2558DF is #DAA720. Grayscale: #575757. Windows color (decimal): -14329633 or 14637093. OLE color: 14637093.
HSL color Cylindrical-coordinate representation of color #2558DF: hue angle of 223.55º 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 #2558DF is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 88 | 223 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.13 |
| HSL | 223.55º | 0.74% | 0.51% | - |
| HSV(B) | 223.55º | 0.83% | 0.87% | - |
| XYZ | 17.57 | 12.7 | 71.34 | - |
| YUV | 88.14 | 204.1 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 223 | 0.83 | 0.61 | 0 | 0.13 | 223.55 | 0.74 | 0.51 |
| Hex | 25 | 58 | DF | 53 | 3D | 0 | D | E0 | 4A | 33 |
| Octal | 45 | 130 | 337 | 123 | 75 | 0 | 15 | 340 | 112 | 63 |
| Binary | 100101 | 1011000 | 11011111 | 1010011 | 111101 | 0 | 1101 | 11100000 | 1001010 | 110011 |
Color Harmonies of #2558DF
Complementary color
Monochromatic Colors of #2558DF
Black with #2558DF
Text Example
Text Example
White with #2558DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2558DF; }
p { color: rgb(37,88,223); }
H1.HeaderClassName
{
color: #2558DF;
}
.AnyTagClassName
{
color: #2558DF;
}
</style>
background-color css
<style>
a { background-color: #2558DF; }
a { background-color: rgb(37,88,223); }
div.DivClassName
{
background-color: #2558DF;
}
.BgClassName
{
background-color: #2558DF;
}
</style>
border-color css
<style>
span { border-color: #2558DF; }
span { border-color: rgb(37,88,223); }
td.TdClassName
{
border-color: #2558DF;
}
.TagClassName
{
border-color: #2558DF;
}
</style>