Shades of Royal Blue #247ADB
Tints of Royal Blue #247ADB
RGB
CMYK
RGB Variations
Color information
#247ADB (or 0x247ADB) is known color: Royal Blue. HEX triplet: 24, 7A and DB. RGB value is (36,122,219). Sum of RGB (Red+Green+Blue) = 36+122+219=377 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.55% from 377); Green value is 122 (48.05% from 255 or 32.36% 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 #247ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247ADB is #DB8524. Grayscale: #6A6A6A. Windows color (decimal): -14386469 or 14383652. OLE color: 14383652.
HSL color Cylindrical-coordinate representation of color #247ADB: hue angle of 211.8º 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 #247ADB is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 122 | 219 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.14 |
| HSL | 211.8º | 0.72% | 0.5% | - |
| HSV(B) | 211.8º | 0.84% | 0.86% | - |
| XYZ | 20.47 | 19.41 | 69.69 | - |
| YUV | 107.34 | 191.01 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 219 | 0.84 | 0.44 | 0 | 0.14 | 211.8 | 0.72 | 0.5 |
| Hex | 24 | 7A | DB | 54 | 2C | 0 | E | D4 | 48 | 32 |
| Octal | 44 | 172 | 333 | 124 | 54 | 0 | 16 | 324 | 110 | 62 |
| Binary | 100100 | 1111010 | 11011011 | 1010100 | 101100 | 0 | 1110 | 11010100 | 1001000 | 110010 |
Color Harmonies of #247ADB
Complementary color
Monochromatic Colors of #247ADB
Black with #247ADB
Text Example
Text Example
White with #247ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247ADB; }
p { color: rgb(36,122,219); }
H1.HeaderClassName
{
color: #247ADB;
}
.AnyTagClassName
{
color: #247ADB;
}
</style>
background-color css
<style>
a { background-color: #247ADB; }
a { background-color: rgb(36,122,219); }
div.DivClassName
{
background-color: #247ADB;
}
.BgClassName
{
background-color: #247ADB;
}
</style>
border-color css
<style>
span { border-color: #247ADB; }
span { border-color: rgb(36,122,219); }
td.TdClassName
{
border-color: #247ADB;
}
.TagClassName
{
border-color: #247ADB;
}
</style>