Shades of Royal Blue #246CF5
Tints of Royal Blue #246CF5
RGB
CMYK
RGB Variations
Color information
#246CF5 (or 0x246CF5) is known color: Royal Blue. HEX triplet: 24, 6C and F5. RGB value is (36,108,245). Sum of RGB (Red+Green+Blue) = 36+108+245=389 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.25% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 245 (96.09% from 255 or 62.98% from 389); Max value from RGB is 245 - color contains mainly: blue. Hex color #246CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #246CF5 is #DB930A. Grayscale: #656565. Windows color (decimal): -14390027 or 16084004. OLE color: 16084004.
HSL color Cylindrical-coordinate representation of color #246CF5: hue angle of 219.33º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #246CF5 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 108 | 245 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.04 |
| HSL | 219.33º | 0.91% | 0.55% | - |
| HSV(B) | 219.33º | 0.85% | 0.96% | - |
| XYZ | 22.57 | 17.69 | 88.61 | - |
| YUV | 102.09 | 208.65 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 108 | 245 | 0.85 | 0.56 | 0 | 0.04 | 219.33 | 0.91 | 0.55 |
| Hex | 24 | 6C | F5 | 55 | 38 | 0 | 4 | DB | 5B | 37 |
| Octal | 44 | 154 | 365 | 125 | 70 | 0 | 4 | 333 | 133 | 67 |
| Binary | 100100 | 1101100 | 11110101 | 1010101 | 111000 | 0 | 100 | 11011011 | 1011011 | 110111 |
Color Harmonies of #246CF5
Complementary color
Monochromatic Colors of #246CF5
Black with #246CF5
Text Example
Text Example
White with #246CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246CF5; }
p { color: rgb(36,108,245); }
H1.HeaderClassName
{
color: #246CF5;
}
.AnyTagClassName
{
color: #246CF5;
}
</style>
background-color css
<style>
a { background-color: #246CF5; }
a { background-color: rgb(36,108,245); }
div.DivClassName
{
background-color: #246CF5;
}
.BgClassName
{
background-color: #246CF5;
}
</style>
border-color css
<style>
span { border-color: #246CF5; }
span { border-color: rgb(36,108,245); }
td.TdClassName
{
border-color: #246CF5;
}
.TagClassName
{
border-color: #246CF5;
}
</style>