Shades of Royal Blue #247CDA
Tints of Royal Blue #247CDA
RGB
CMYK
RGB Variations
Color information
#247CDA (or 0x247CDA) is known color: Royal Blue. HEX triplet: 24, 7C and DA. RGB value is (36,124,218). Sum of RGB (Red+Green+Blue) = 36+124+218=378 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.52% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #247CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247CDA is #DB8325. Grayscale: #6B6B6B. Windows color (decimal): -14385958 or 14318628. OLE color: 14318628.
HSL color Cylindrical-coordinate representation of color #247CDA: hue angle of 210.99º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #247CDA is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 124 | 218 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.15 |
| HSL | 210.99º | 0.72% | 0.5% | - |
| HSV(B) | 210.99º | 0.83% | 0.85% | - |
| XYZ | 20.59 | 19.85 | 69.08 | - |
| YUV | 108.4 | 189.85 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 124 | 218 | 0.83 | 0.43 | 0 | 0.15 | 210.99 | 0.72 | 0.5 |
| Hex | 24 | 7C | DA | 53 | 2B | 0 | F | D3 | 48 | 32 |
| Octal | 44 | 174 | 332 | 123 | 53 | 0 | 17 | 323 | 110 | 62 |
| Binary | 100100 | 1111100 | 11011010 | 1010011 | 101011 | 0 | 1111 | 11010011 | 1001000 | 110010 |
Color Harmonies of #247CDA
Complementary color
Monochromatic Colors of #247CDA
Black with #247CDA
Text Example
Text Example
White with #247CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247CDA; }
p { color: rgb(36,124,218); }
H1.HeaderClassName
{
color: #247CDA;
}
.AnyTagClassName
{
color: #247CDA;
}
</style>
background-color css
<style>
a { background-color: #247CDA; }
a { background-color: rgb(36,124,218); }
div.DivClassName
{
background-color: #247CDA;
}
.BgClassName
{
background-color: #247CDA;
}
</style>
border-color css
<style>
span { border-color: #247CDA; }
span { border-color: rgb(36,124,218); }
td.TdClassName
{
border-color: #247CDA;
}
.TagClassName
{
border-color: #247CDA;
}
</style>