Shades of Royal Blue #2569DB
Tints of Royal Blue #2569DB
RGB
CMYK
RGB Variations
Color information
#2569DB (or 0x2569DB) is known color: Royal Blue. HEX triplet: 25, 69 and DB. RGB value is (37,105,219). Sum of RGB (Red+Green+Blue) = 37+105+219=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #2569DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2569DB is #DA9624. Grayscale: #616161. Windows color (decimal): -14325285 or 14379301. OLE color: 14379301.
HSL color Cylindrical-coordinate representation of color #2569DB: hue angle of 217.58º 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 #2569DB is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 105 | 219 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.14 |
| HSL | 217.58º | 0.72% | 0.5% | - |
| HSV(B) | 217.58º | 0.83% | 0.86% | - |
| XYZ | 18.6 | 15.61 | 69.05 | - |
| YUV | 97.66 | 196.47 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 219 | 0.83 | 0.52 | 0 | 0.14 | 217.58 | 0.72 | 0.5 |
| Hex | 25 | 69 | DB | 53 | 34 | 0 | E | DA | 48 | 32 |
| Octal | 45 | 151 | 333 | 123 | 64 | 0 | 16 | 332 | 110 | 62 |
| Binary | 100101 | 1101001 | 11011011 | 1010011 | 110100 | 0 | 1110 | 11011010 | 1001000 | 110010 |
Color Harmonies of #2569DB
Complementary color
Monochromatic Colors of #2569DB
Black with #2569DB
Text Example
Text Example
White with #2569DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2569DB; }
p { color: rgb(37,105,219); }
H1.HeaderClassName
{
color: #2569DB;
}
.AnyTagClassName
{
color: #2569DB;
}
</style>
background-color css
<style>
a { background-color: #2569DB; }
a { background-color: rgb(37,105,219); }
div.DivClassName
{
background-color: #2569DB;
}
.BgClassName
{
background-color: #2569DB;
}
</style>
border-color css
<style>
span { border-color: #2569DB; }
span { border-color: rgb(37,105,219); }
td.TdClassName
{
border-color: #2569DB;
}
.TagClassName
{
border-color: #2569DB;
}
</style>