Shades of Royal Blue #2467F6
Tints of Royal Blue #2467F6
RGB
CMYK
RGB Variations
Color information
#2467F6 (or 0x2467F6) is known color: Royal Blue. HEX triplet: 24, 67 and F6. RGB value is (36,103,246). Sum of RGB (Red+Green+Blue) = 36+103+246=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 246 (96.48% from 255 or 63.90% from 385); Max value from RGB is 246 - color contains mainly: blue. Hex color #2467F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2467F6 is #DB9809. Grayscale: #626262. Windows color (decimal): -14391306 or 16148260. OLE color: 16148260.
HSL color Cylindrical-coordinate representation of color #2467F6: hue angle of 220.86º degrees, saturation: 0.92, 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 #2467F6 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 103 | 246 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.04 |
| HSL | 220.86º | 0.92% | 0.55% | - |
| HSV(B) | 220.86º | 0.85% | 0.96% | - |
| XYZ | 22.21 | 16.73 | 89.25 | - |
| YUV | 99.27 | 210.8 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 246 | 0.85 | 0.58 | 0 | 0.04 | 220.86 | 0.92 | 0.55 |
| Hex | 24 | 67 | F6 | 55 | 3A | 0 | 4 | DD | 5C | 37 |
| Octal | 44 | 147 | 366 | 125 | 72 | 0 | 4 | 335 | 134 | 67 |
| Binary | 100100 | 1100111 | 11110110 | 1010101 | 111010 | 0 | 100 | 11011101 | 1011100 | 110111 |
Color Harmonies of #2467F6
Complementary color
Monochromatic Colors of #2467F6
Black with #2467F6
Text Example
Text Example
White with #2467F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2467F6; }
p { color: rgb(36,103,246); }
H1.HeaderClassName
{
color: #2467F6;
}
.AnyTagClassName
{
color: #2467F6;
}
</style>
background-color css
<style>
a { background-color: #2467F6; }
a { background-color: rgb(36,103,246); }
div.DivClassName
{
background-color: #2467F6;
}
.BgClassName
{
background-color: #2467F6;
}
</style>
border-color css
<style>
span { border-color: #2467F6; }
span { border-color: rgb(36,103,246); }
td.TdClassName
{
border-color: #2467F6;
}
.TagClassName
{
border-color: #2467F6;
}
</style>