Shades of Royal Blue #246EEA
Tints of Royal Blue #246EEA
RGB
CMYK
RGB Variations
Color information
#246EEA (or 0x246EEA) is known color: Royal Blue. HEX triplet: 24, 6E and EA. RGB value is (36,110,234). Sum of RGB (Red+Green+Blue) = 36+110+234=380 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.47% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #246EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #246EEA is #DB9115. Grayscale: #656565. Windows color (decimal): -14389526 or 15363620. OLE color: 15363620.
HSL color Cylindrical-coordinate representation of color #246EEA: hue angle of 217.58º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #246EEA is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 110 | 234 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.08 |
| HSL | 217.58º | 0.83% | 0.53% | - |
| HSV(B) | 217.58º | 0.85% | 0.92% | - |
| XYZ | 21.15 | 17.47 | 80.1 | - |
| YUV | 102.01 | 202.48 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 110 | 234 | 0.85 | 0.53 | 0 | 0.08 | 217.58 | 0.83 | 0.53 |
| Hex | 24 | 6E | EA | 55 | 35 | 0 | 8 | DA | 52 | 35 |
| Octal | 44 | 156 | 352 | 125 | 65 | 0 | 10 | 332 | 122 | 65 |
| Binary | 100100 | 1101110 | 11101010 | 1010101 | 110101 | 0 | 1000 | 11011010 | 1010010 | 110101 |
Color Harmonies of #246EEA
Complementary color
Monochromatic Colors of #246EEA
Black with #246EEA
Text Example
Text Example
White with #246EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246EEA; }
p { color: rgb(36,110,234); }
H1.HeaderClassName
{
color: #246EEA;
}
.AnyTagClassName
{
color: #246EEA;
}
</style>
background-color css
<style>
a { background-color: #246EEA; }
a { background-color: rgb(36,110,234); }
div.DivClassName
{
background-color: #246EEA;
}
.BgClassName
{
background-color: #246EEA;
}
</style>
border-color css
<style>
span { border-color: #246EEA; }
span { border-color: rgb(36,110,234); }
td.TdClassName
{
border-color: #246EEA;
}
.TagClassName
{
border-color: #246EEA;
}
</style>