Shades of Royal Blue #2469DB
Tints of Royal Blue #2469DB
RGB
CMYK
RGB Variations
Color information
#2469DB (or 0x2469DB) is known color: Royal Blue. HEX triplet: 24, 69 and DB. RGB value is (36,105,219). Sum of RGB (Red+Green+Blue) = 36+105+219=360 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #2469DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2469DB is #DB9624. Grayscale: #606060. Windows color (decimal): -14390821 or 14379300. OLE color: 14379300.
HSL color Cylindrical-coordinate representation of color #2469DB: hue angle of 217.38º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2469DB is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 105 | 219 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.14 |
| HSL | 217.38º | 0.72% | 0.5% | - |
| HSV(B) | 217.38º | 0.84% | 0.86% | - |
| XYZ | 18.57 | 15.59 | 69.05 | - |
| YUV | 97.37 | 196.64 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 105 | 219 | 0.84 | 0.52 | 0 | 0.14 | 217.38 | 0.72 | 0.5 |
| Hex | 24 | 69 | DB | 54 | 34 | 0 | E | D9 | 48 | 32 |
| Octal | 44 | 151 | 333 | 124 | 64 | 0 | 16 | 331 | 110 | 62 |
| Binary | 100100 | 1101001 | 11011011 | 1010100 | 110100 | 0 | 1110 | 11011001 | 1001000 | 110010 |
Color Harmonies of #2469DB
Complementary color
Monochromatic Colors of #2469DB
Black with #2469DB
Text Example
Text Example
White with #2469DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2469DB; }
p { color: rgb(36,105,219); }
H1.HeaderClassName
{
color: #2469DB;
}
.AnyTagClassName
{
color: #2469DB;
}
</style>
background-color css
<style>
a { background-color: #2469DB; }
a { background-color: rgb(36,105,219); }
div.DivClassName
{
background-color: #2469DB;
}
.BgClassName
{
background-color: #2469DB;
}
</style>
border-color css
<style>
span { border-color: #2469DB; }
span { border-color: rgb(36,105,219); }
td.TdClassName
{
border-color: #2469DB;
}
.TagClassName
{
border-color: #2469DB;
}
</style>