Shades of Royal Blue #247BDE
Tints of Royal Blue #247BDE
RGB
CMYK
RGB Variations
Color information
#247BDE (or 0x247BDE) is known color: Royal Blue. HEX triplet: 24, 7B and DE. RGB value is (36,123,222). Sum of RGB (Red+Green+Blue) = 36+123+222=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #247BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247BDE is #DB8421. Grayscale: #6B6B6B. Windows color (decimal): -14386210 or 14580516. OLE color: 14580516.
HSL color Cylindrical-coordinate representation of color #247BDE: hue angle of 211.94º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #247BDE is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 123 | 222 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.13 |
| HSL | 211.94º | 0.74% | 0.51% | - |
| HSV(B) | 211.94º | 0.84% | 0.87% | - |
| XYZ | 21 | 19.81 | 71.83 | - |
| YUV | 108.27 | 192.18 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 222 | 0.84 | 0.45 | 0 | 0.13 | 211.94 | 0.74 | 0.51 |
| Hex | 24 | 7B | DE | 54 | 2D | 0 | D | D4 | 4A | 33 |
| Octal | 44 | 173 | 336 | 124 | 55 | 0 | 15 | 324 | 112 | 63 |
| Binary | 100100 | 1111011 | 11011110 | 1010100 | 101101 | 0 | 1101 | 11010100 | 1001010 | 110011 |
Color Harmonies of #247BDE
Complementary color
Monochromatic Colors of #247BDE
Black with #247BDE
Text Example
Text Example
White with #247BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247BDE; }
p { color: rgb(36,123,222); }
H1.HeaderClassName
{
color: #247BDE;
}
.AnyTagClassName
{
color: #247BDE;
}
</style>
background-color css
<style>
a { background-color: #247BDE; }
a { background-color: rgb(36,123,222); }
div.DivClassName
{
background-color: #247BDE;
}
.BgClassName
{
background-color: #247BDE;
}
</style>
border-color css
<style>
span { border-color: #247BDE; }
span { border-color: rgb(36,123,222); }
td.TdClassName
{
border-color: #247BDE;
}
.TagClassName
{
border-color: #247BDE;
}
</style>