Shades of Royal Blue #247BDF
Tints of Royal Blue #247BDF
RGB
CMYK
RGB Variations
Color information
#247BDF (or 0x247BDF) is known color: Royal Blue. HEX triplet: 24, 7B and DF. RGB value is (36,123,223). Sum of RGB (Red+Green+Blue) = 36+123+223=382 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.42% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #247BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247BDF is #DB8420. Grayscale: #6B6B6B. Windows color (decimal): -14386209 or 14646052. OLE color: 14646052.
HSL color Cylindrical-coordinate representation of color #247BDF: hue angle of 212.09º degrees, saturation: 0.75, 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 #247BDF is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 123 | 223 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.13 |
| HSL | 212.09º | 0.75% | 0.51% | - |
| HSV(B) | 212.09º | 0.84% | 0.87% | - |
| XYZ | 21.13 | 19.87 | 72.53 | - |
| YUV | 108.39 | 192.68 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 223 | 0.84 | 0.45 | 0 | 0.13 | 212.09 | 0.75 | 0.51 |
| Hex | 24 | 7B | DF | 54 | 2D | 0 | D | D4 | 4B | 33 |
| Octal | 44 | 173 | 337 | 124 | 55 | 0 | 15 | 324 | 113 | 63 |
| Binary | 100100 | 1111011 | 11011111 | 1010100 | 101101 | 0 | 1101 | 11010100 | 1001011 | 110011 |
Color Harmonies of #247BDF
Complementary color
Monochromatic Colors of #247BDF
Black with #247BDF
Text Example
Text Example
White with #247BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247BDF; }
p { color: rgb(36,123,223); }
H1.HeaderClassName
{
color: #247BDF;
}
.AnyTagClassName
{
color: #247BDF;
}
</style>
background-color css
<style>
a { background-color: #247BDF; }
a { background-color: rgb(36,123,223); }
div.DivClassName
{
background-color: #247BDF;
}
.BgClassName
{
background-color: #247BDF;
}
</style>
border-color css
<style>
span { border-color: #247BDF; }
span { border-color: rgb(36,123,223); }
td.TdClassName
{
border-color: #247BDF;
}
.TagClassName
{
border-color: #247BDF;
}
</style>