Shades of Royal Blue #246EDC
Tints of Royal Blue #246EDC
RGB
CMYK
RGB Variations
Color information
#246EDC (or 0x246EDC) is known color: Royal Blue. HEX triplet: 24, 6E and DC. RGB value is (36,110,220). Sum of RGB (Red+Green+Blue) = 36+110+220=366 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.84% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #246EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246EDC is #DB9123. Grayscale: #636363. Windows color (decimal): -14389540 or 14446116. OLE color: 14446116.
HSL color Cylindrical-coordinate representation of color #246EDC: hue angle of 215.87º 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 #246EDC is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 110 | 220 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.14 |
| HSL | 215.87º | 0.72% | 0.5% | - |
| HSV(B) | 215.87º | 0.84% | 0.86% | - |
| XYZ | 19.22 | 16.69 | 69.92 | - |
| YUV | 100.41 | 195.48 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 110 | 220 | 0.84 | 0.50 | 0 | 0.14 | 215.87 | 0.72 | 0.5 |
| Hex | 24 | 6E | DC | 54 | 32 | 0 | E | D8 | 48 | 32 |
| Octal | 44 | 156 | 334 | 124 | 62 | 0 | 16 | 330 | 110 | 62 |
| Binary | 100100 | 1101110 | 11011100 | 1010100 | 110010 | 0 | 1110 | 11011000 | 1001000 | 110010 |
Color Harmonies of #246EDC
Complementary color
Monochromatic Colors of #246EDC
Black with #246EDC
Text Example
Text Example
White with #246EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246EDC; }
p { color: rgb(36,110,220); }
H1.HeaderClassName
{
color: #246EDC;
}
.AnyTagClassName
{
color: #246EDC;
}
</style>
background-color css
<style>
a { background-color: #246EDC; }
a { background-color: rgb(36,110,220); }
div.DivClassName
{
background-color: #246EDC;
}
.BgClassName
{
background-color: #246EDC;
}
</style>
border-color css
<style>
span { border-color: #246EDC; }
span { border-color: rgb(36,110,220); }
td.TdClassName
{
border-color: #246EDC;
}
.TagClassName
{
border-color: #246EDC;
}
</style>