Shades of Royal Blue #246AF5
Tints of Royal Blue #246AF5
RGB
CMYK
RGB Variations
Color information
#246AF5 (or 0x246AF5) is known color: Royal Blue. HEX triplet: 24, 6A and F5. RGB value is (36,106,245). Sum of RGB (Red+Green+Blue) = 36+106+245=387 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.30% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 245 (96.09% from 255 or 63.31% from 387); Max value from RGB is 245 - color contains mainly: blue. Hex color #246AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #246AF5 is #DB950A. Grayscale: #646464. Windows color (decimal): -14390539 or 16083492. OLE color: 16083492.
HSL color Cylindrical-coordinate representation of color #246AF5: hue angle of 219.9º 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 #246AF5 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 106 | 245 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.04 |
| HSL | 219.9º | 0.91% | 0.55% | - |
| HSV(B) | 219.9º | 0.85% | 0.96% | - |
| XYZ | 22.36 | 17.28 | 88.54 | - |
| YUV | 100.92 | 209.31 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 245 | 0.85 | 0.57 | 0 | 0.04 | 219.9 | 0.91 | 0.55 |
| Hex | 24 | 6A | F5 | 55 | 39 | 0 | 4 | DC | 5B | 37 |
| Octal | 44 | 152 | 365 | 125 | 71 | 0 | 4 | 334 | 133 | 67 |
| Binary | 100100 | 1101010 | 11110101 | 1010101 | 111001 | 0 | 100 | 11011100 | 1011011 | 110111 |
Color Harmonies of #246AF5
Complementary color
Monochromatic Colors of #246AF5
Black with #246AF5
Text Example
Text Example
White with #246AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246AF5; }
p { color: rgb(36,106,245); }
H1.HeaderClassName
{
color: #246AF5;
}
.AnyTagClassName
{
color: #246AF5;
}
</style>
background-color css
<style>
a { background-color: #246AF5; }
a { background-color: rgb(36,106,245); }
div.DivClassName
{
background-color: #246AF5;
}
.BgClassName
{
background-color: #246AF5;
}
</style>
border-color css
<style>
span { border-color: #246AF5; }
span { border-color: rgb(36,106,245); }
td.TdClassName
{
border-color: #246AF5;
}
.TagClassName
{
border-color: #246AF5;
}
</style>