Shades of Royal Blue #2463EB
Tints of Royal Blue #2463EB
RGB
CMYK
RGB Variations
Color information
#2463EB (or 0x2463EB) is known color: Royal Blue. HEX triplet: 24, 63 and EB. RGB value is (36,99,235). Sum of RGB (Red+Green+Blue) = 36+99+235=370 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.73% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #2463EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2463EB is #DB9C14. Grayscale: #5F5F5F. Windows color (decimal): -14392341 or 15426340. OLE color: 15426340.
HSL color Cylindrical-coordinate representation of color #2463EB: hue angle of 221.01º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2463EB is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 99 | 235 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.08 |
| HSL | 221.01º | 0.83% | 0.53% | - |
| HSV(B) | 221.01º | 0.85% | 0.92% | - |
| XYZ | 20.18 | 15.3 | 80.49 | - |
| YUV | 95.67 | 206.63 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 235 | 0.85 | 0.58 | 0 | 0.08 | 221.01 | 0.83 | 0.53 |
| Hex | 24 | 63 | EB | 55 | 3A | 0 | 8 | DD | 53 | 35 |
| Octal | 44 | 143 | 353 | 125 | 72 | 0 | 10 | 335 | 123 | 65 |
| Binary | 100100 | 1100011 | 11101011 | 1010101 | 111010 | 0 | 1000 | 11011101 | 1010011 | 110101 |
Color Harmonies of #2463EB
Complementary color
Monochromatic Colors of #2463EB
Black with #2463EB
Text Example
Text Example
White with #2463EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2463EB; }
p { color: rgb(36,99,235); }
H1.HeaderClassName
{
color: #2463EB;
}
.AnyTagClassName
{
color: #2463EB;
}
</style>
background-color css
<style>
a { background-color: #2463EB; }
a { background-color: rgb(36,99,235); }
div.DivClassName
{
background-color: #2463EB;
}
.BgClassName
{
background-color: #2463EB;
}
</style>
border-color css
<style>
span { border-color: #2463EB; }
span { border-color: rgb(36,99,235); }
td.TdClassName
{
border-color: #2463EB;
}
.TagClassName
{
border-color: #2463EB;
}
</style>