Shades of Royal Blue #246AF0
Tints of Royal Blue #246AF0
RGB
CMYK
RGB Variations
Color information
#246AF0 (or 0x246AF0) is known color: Royal Blue. HEX triplet: 24, 6A and F0. RGB value is (36,106,240). Sum of RGB (Red+Green+Blue) = 36+106+240=382 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.42% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 240 (94.14% from 255 or 62.83% from 382); Max value from RGB is 240 - color contains mainly: blue. Hex color #246AF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #246AF0 is #DB950F. Grayscale: #636363. Windows color (decimal): -14390544 or 15755812. OLE color: 15755812.
HSL color Cylindrical-coordinate representation of color #246AF0: hue angle of 219.41º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #246AF0 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 106 | 240 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.06 |
| HSL | 219.41º | 0.87% | 0.54% | - |
| HSV(B) | 219.41º | 0.85% | 0.94% | - |
| XYZ | 21.61 | 16.97 | 84.58 | - |
| YUV | 100.35 | 206.81 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 240 | 0.85 | 0.56 | 0 | 0.06 | 219.41 | 0.87 | 0.54 |
| Hex | 24 | 6A | F0 | 55 | 38 | 0 | 6 | DB | 57 | 36 |
| Octal | 44 | 152 | 360 | 125 | 70 | 0 | 6 | 333 | 127 | 66 |
| Binary | 100100 | 1101010 | 11110000 | 1010101 | 111000 | 0 | 110 | 11011011 | 1010111 | 110110 |
Color Harmonies of #246AF0
Complementary color
Monochromatic Colors of #246AF0
Black with #246AF0
Text Example
Text Example
White with #246AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246AF0; }
p { color: rgb(36,106,240); }
H1.HeaderClassName
{
color: #246AF0;
}
.AnyTagClassName
{
color: #246AF0;
}
</style>
background-color css
<style>
a { background-color: #246AF0; }
a { background-color: rgb(36,106,240); }
div.DivClassName
{
background-color: #246AF0;
}
.BgClassName
{
background-color: #246AF0;
}
</style>
border-color css
<style>
span { border-color: #246AF0; }
span { border-color: rgb(36,106,240); }
td.TdClassName
{
border-color: #246AF0;
}
.TagClassName
{
border-color: #246AF0;
}
</style>