Shades of Royal Blue #247CDB
Tints of Royal Blue #247CDB
RGB
CMYK
RGB Variations
Color information
#247CDB (or 0x247CDB) is known color: Royal Blue. HEX triplet: 24, 7C and DB. RGB value is (36,124,219). Sum of RGB (Red+Green+Blue) = 36+124+219=379 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.50% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #247CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247CDB is #DB8324. Grayscale: #6C6C6C. Windows color (decimal): -14385957 or 14384164. OLE color: 14384164.
HSL color Cylindrical-coordinate representation of color #247CDB: hue angle of 211.15º 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 #247CDB is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 124 | 219 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.14 |
| HSL | 211.15º | 0.72% | 0.5% | - |
| HSV(B) | 211.15º | 0.84% | 0.86% | - |
| XYZ | 20.72 | 19.9 | 69.77 | - |
| YUV | 108.52 | 190.35 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 124 | 219 | 0.84 | 0.43 | 0 | 0.14 | 211.15 | 0.72 | 0.5 |
| Hex | 24 | 7C | DB | 54 | 2B | 0 | E | D3 | 48 | 32 |
| Octal | 44 | 174 | 333 | 124 | 53 | 0 | 16 | 323 | 110 | 62 |
| Binary | 100100 | 1111100 | 11011011 | 1010100 | 101011 | 0 | 1110 | 11010011 | 1001000 | 110010 |
Color Harmonies of #247CDB
Complementary color
Monochromatic Colors of #247CDB
Black with #247CDB
Text Example
Text Example
White with #247CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247CDB; }
p { color: rgb(36,124,219); }
H1.HeaderClassName
{
color: #247CDB;
}
.AnyTagClassName
{
color: #247CDB;
}
</style>
background-color css
<style>
a { background-color: #247CDB; }
a { background-color: rgb(36,124,219); }
div.DivClassName
{
background-color: #247CDB;
}
.BgClassName
{
background-color: #247CDB;
}
</style>
border-color css
<style>
span { border-color: #247CDB; }
span { border-color: rgb(36,124,219); }
td.TdClassName
{
border-color: #247CDB;
}
.TagClassName
{
border-color: #247CDB;
}
</style>