Shades of Royal Blue #2579DB
Tints of Royal Blue #2579DB
RGB
CMYK
RGB Variations
Color information
#2579DB (or 0x2579DB) is known color: Royal Blue. HEX triplet: 25, 79 and DB. RGB value is (37,121,219). Sum of RGB (Red+Green+Blue) = 37+121+219=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #2579DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2579DB is #DA8624. Grayscale: #6A6A6A. Windows color (decimal): -14321189 or 14383397. OLE color: 14383397.
HSL color Cylindrical-coordinate representation of color #2579DB: hue angle of 212.31º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2579DB is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 121 | 219 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.14 |
| HSL | 212.31º | 0.72% | 0.5% | - |
| HSV(B) | 212.31º | 0.83% | 0.86% | - |
| XYZ | 20.39 | 19.18 | 69.65 | - |
| YUV | 107.06 | 191.17 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 121 | 219 | 0.83 | 0.45 | 0 | 0.14 | 212.31 | 0.72 | 0.5 |
| Hex | 25 | 79 | DB | 53 | 2D | 0 | E | D4 | 48 | 32 |
| Octal | 45 | 171 | 333 | 123 | 55 | 0 | 16 | 324 | 110 | 62 |
| Binary | 100101 | 1111001 | 11011011 | 1010011 | 101101 | 0 | 1110 | 11010100 | 1001000 | 110010 |
Color Harmonies of #2579DB
Complementary color
Monochromatic Colors of #2579DB
Black with #2579DB
Text Example
Text Example
White with #2579DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2579DB; }
p { color: rgb(37,121,219); }
H1.HeaderClassName
{
color: #2579DB;
}
.AnyTagClassName
{
color: #2579DB;
}
</style>
background-color css
<style>
a { background-color: #2579DB; }
a { background-color: rgb(37,121,219); }
div.DivClassName
{
background-color: #2579DB;
}
.BgClassName
{
background-color: #2579DB;
}
</style>
border-color css
<style>
span { border-color: #2579DB; }
span { border-color: rgb(37,121,219); }
td.TdClassName
{
border-color: #2579DB;
}
.TagClassName
{
border-color: #2579DB;
}
</style>