Shades of Royal Blue #246FEA
Tints of Royal Blue #246FEA
RGB
CMYK
RGB Variations
Color information
#246FEA (or 0x246FEA) is known color: Royal Blue. HEX triplet: 24, 6F and EA. RGB value is (36,111,234). Sum of RGB (Red+Green+Blue) = 36+111+234=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #246FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #246FEA is #DB9015. Grayscale: #666666. Windows color (decimal): -14389270 or 15363876. OLE color: 15363876.
HSL color Cylindrical-coordinate representation of color #246FEA: hue angle of 217.27º 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 #246FEA is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 111 | 234 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.08 |
| HSL | 217.27º | 0.83% | 0.53% | - |
| HSV(B) | 217.27º | 0.85% | 0.92% | - |
| XYZ | 21.26 | 17.68 | 80.13 | - |
| YUV | 102.6 | 202.15 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 111 | 234 | 0.85 | 0.53 | 0 | 0.08 | 217.27 | 0.83 | 0.53 |
| Hex | 24 | 6F | EA | 55 | 35 | 0 | 8 | D9 | 52 | 35 |
| Octal | 44 | 157 | 352 | 125 | 65 | 0 | 10 | 331 | 122 | 65 |
| Binary | 100100 | 1101111 | 11101010 | 1010101 | 110101 | 0 | 1000 | 11011001 | 1010010 | 110101 |
Color Harmonies of #246FEA
Complementary color
Monochromatic Colors of #246FEA
Black with #246FEA
Text Example
Text Example
White with #246FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246FEA; }
p { color: rgb(36,111,234); }
H1.HeaderClassName
{
color: #246FEA;
}
.AnyTagClassName
{
color: #246FEA;
}
</style>
background-color css
<style>
a { background-color: #246FEA; }
a { background-color: rgb(36,111,234); }
div.DivClassName
{
background-color: #246FEA;
}
.BgClassName
{
background-color: #246FEA;
}
</style>
border-color css
<style>
span { border-color: #246FEA; }
span { border-color: rgb(36,111,234); }
td.TdClassName
{
border-color: #246FEA;
}
.TagClassName
{
border-color: #246FEA;
}
</style>