Shades of Royal Blue #2568E0
Tints of Royal Blue #2568E0
RGB
CMYK
RGB Variations
Color information
#2568E0 (or 0x2568E0) is known color: Royal Blue. HEX triplet: 25, 68 and E0. RGB value is (37,104,224). Sum of RGB (Red+Green+Blue) = 37+104+224=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 224 (87.89% from 255 or 61.37% from 365); Max value from RGB is 224 - color contains mainly: blue. Hex color #2568E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2568E0 is #DA971F. Grayscale: #616161. Windows color (decimal): -14325536 or 14706725. OLE color: 14706725.
HSL color Cylindrical-coordinate representation of color #2568E0: hue angle of 218.5º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2568E0 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 104 | 224 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.12 |
| HSL | 218.5º | 0.75% | 0.51% | - |
| HSV(B) | 218.5º | 0.83% | 0.88% | - |
| XYZ | 19.17 | 15.68 | 72.54 | - |
| YUV | 97.65 | 199.3 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 224 | 0.83 | 0.54 | 0 | 0.12 | 218.5 | 0.75 | 0.51 |
| Hex | 25 | 68 | E0 | 53 | 36 | 0 | C | DB | 4B | 33 |
| Octal | 45 | 150 | 340 | 123 | 66 | 0 | 14 | 333 | 113 | 63 |
| Binary | 100101 | 1101000 | 11100000 | 1010011 | 110110 | 0 | 1100 | 11011011 | 1001011 | 110011 |
Color Harmonies of #2568E0
Complementary color
Monochromatic Colors of #2568E0
Black with #2568E0
Text Example
Text Example
White with #2568E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2568E0; }
p { color: rgb(37,104,224); }
H1.HeaderClassName
{
color: #2568E0;
}
.AnyTagClassName
{
color: #2568E0;
}
</style>
background-color css
<style>
a { background-color: #2568E0; }
a { background-color: rgb(37,104,224); }
div.DivClassName
{
background-color: #2568E0;
}
.BgClassName
{
background-color: #2568E0;
}
</style>
border-color css
<style>
span { border-color: #2568E0; }
span { border-color: rgb(37,104,224); }
td.TdClassName
{
border-color: #2568E0;
}
.TagClassName
{
border-color: #2568E0;
}
</style>