Shades of Royal Blue #246CDC
Tints of Royal Blue #246CDC
RGB
CMYK
RGB Variations
Color information
#246CDC (or 0x246CDC) is known color: Royal Blue. HEX triplet: 24, 6C and DC. RGB value is (36,108,220). Sum of RGB (Red+Green+Blue) = 36+108+220=364 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.89% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #246CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246CDC is #DB9323. Grayscale: #626262. Windows color (decimal): -14390052 or 14445604. OLE color: 14445604.
HSL color Cylindrical-coordinate representation of color #246CDC: hue angle of 216.52º 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 #246CDC is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 108 | 220 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.14 |
| HSL | 216.52º | 0.72% | 0.5% | - |
| HSV(B) | 216.52º | 0.84% | 0.86% | - |
| XYZ | 19.01 | 16.27 | 69.85 | - |
| YUV | 99.24 | 196.15 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 108 | 220 | 0.84 | 0.51 | 0 | 0.14 | 216.52 | 0.72 | 0.5 |
| Hex | 24 | 6C | DC | 54 | 33 | 0 | E | D9 | 48 | 32 |
| Octal | 44 | 154 | 334 | 124 | 63 | 0 | 16 | 331 | 110 | 62 |
| Binary | 100100 | 1101100 | 11011100 | 1010100 | 110011 | 0 | 1110 | 11011001 | 1001000 | 110010 |
Color Harmonies of #246CDC
Complementary color
Monochromatic Colors of #246CDC
Black with #246CDC
Text Example
Text Example
White with #246CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246CDC; }
p { color: rgb(36,108,220); }
H1.HeaderClassName
{
color: #246CDC;
}
.AnyTagClassName
{
color: #246CDC;
}
</style>
background-color css
<style>
a { background-color: #246CDC; }
a { background-color: rgb(36,108,220); }
div.DivClassName
{
background-color: #246CDC;
}
.BgClassName
{
background-color: #246CDC;
}
</style>
border-color css
<style>
span { border-color: #246CDC; }
span { border-color: rgb(36,108,220); }
td.TdClassName
{
border-color: #246CDC;
}
.TagClassName
{
border-color: #246CDC;
}
</style>