Shades of Royal Blue #246AF2
Tints of Royal Blue #246AF2
RGB
CMYK
RGB Variations
Color information
#246AF2 (or 0x246AF2) is known color: Royal Blue. HEX triplet: 24, 6A and F2. RGB value is (36,106,242). Sum of RGB (Red+Green+Blue) = 36+106+242=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 242 (94.92% from 255 or 63.02% from 384); Max value from RGB is 242 - color contains mainly: blue. Hex color #246AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #246AF2 is #DB950D. Grayscale: #636363. Windows color (decimal): -14390542 or 15886884. OLE color: 15886884.
HSL color Cylindrical-coordinate representation of color #246AF2: hue angle of 219.61º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #246AF2 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 106 | 242 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.05 |
| HSL | 219.61º | 0.89% | 0.55% | - |
| HSV(B) | 219.61º | 0.85% | 0.95% | - |
| XYZ | 21.91 | 17.09 | 86.15 | - |
| YUV | 100.57 | 207.81 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 242 | 0.85 | 0.56 | 0 | 0.05 | 219.61 | 0.89 | 0.55 |
| Hex | 24 | 6A | F2 | 55 | 38 | 0 | 5 | DC | 59 | 37 |
| Octal | 44 | 152 | 362 | 125 | 70 | 0 | 5 | 334 | 131 | 67 |
| Binary | 100100 | 1101010 | 11110010 | 1010101 | 111000 | 0 | 101 | 11011100 | 1011001 | 110111 |
Color Harmonies of #246AF2
Complementary color
Monochromatic Colors of #246AF2
Black with #246AF2
Text Example
Text Example
White with #246AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246AF2; }
p { color: rgb(36,106,242); }
H1.HeaderClassName
{
color: #246AF2;
}
.AnyTagClassName
{
color: #246AF2;
}
</style>
background-color css
<style>
a { background-color: #246AF2; }
a { background-color: rgb(36,106,242); }
div.DivClassName
{
background-color: #246AF2;
}
.BgClassName
{
background-color: #246AF2;
}
</style>
border-color css
<style>
span { border-color: #246AF2; }
span { border-color: rgb(36,106,242); }
td.TdClassName
{
border-color: #246AF2;
}
.TagClassName
{
border-color: #246AF2;
}
</style>