Shades of Royal Blue #247BDD
Tints of Royal Blue #247BDD
RGB
CMYK
RGB Variations
Color information
#247BDD (or 0x247BDD) is known color: Royal Blue. HEX triplet: 24, 7B and DD. RGB value is (36,123,221). Sum of RGB (Red+Green+Blue) = 36+123+221=380 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.47% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #247BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247BDD is #DB8422. Grayscale: #6B6B6B. Windows color (decimal): -14386211 or 14514980. OLE color: 14514980.
HSL color Cylindrical-coordinate representation of color #247BDD: hue angle of 211.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #247BDD is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 123 | 221 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.13 |
| HSL | 211.78º | 0.73% | 0.5% | - |
| HSV(B) | 211.78º | 0.84% | 0.87% | - |
| XYZ | 20.86 | 19.76 | 71.12 | - |
| YUV | 108.16 | 191.68 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 221 | 0.84 | 0.44 | 0 | 0.13 | 211.78 | 0.73 | 0.5 |
| Hex | 24 | 7B | DD | 54 | 2C | 0 | D | D4 | 49 | 32 |
| Octal | 44 | 173 | 335 | 124 | 54 | 0 | 15 | 324 | 111 | 62 |
| Binary | 100100 | 1111011 | 11011101 | 1010100 | 101100 | 0 | 1101 | 11010100 | 1001001 | 110010 |
Color Harmonies of #247BDD
Complementary color
Monochromatic Colors of #247BDD
Black with #247BDD
Text Example
Text Example
White with #247BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247BDD; }
p { color: rgb(36,123,221); }
H1.HeaderClassName
{
color: #247BDD;
}
.AnyTagClassName
{
color: #247BDD;
}
</style>
background-color css
<style>
a { background-color: #247BDD; }
a { background-color: rgb(36,123,221); }
div.DivClassName
{
background-color: #247BDD;
}
.BgClassName
{
background-color: #247BDD;
}
</style>
border-color css
<style>
span { border-color: #247BDD; }
span { border-color: rgb(36,123,221); }
td.TdClassName
{
border-color: #247BDD;
}
.TagClassName
{
border-color: #247BDD;
}
</style>