Shades of Royal Blue #2463FA
Tints of Royal Blue #2463FA
RGB
CMYK
RGB Variations
Color information
#2463FA (or 0x2463FA) is known color: Royal Blue. HEX triplet: 24, 63 and FA. RGB value is (36,99,250). Sum of RGB (Red+Green+Blue) = 36+99+250=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #2463FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2463FA is #DB9C05. Grayscale: #606060. Windows color (decimal): -14392326 or 16409380. OLE color: 16409380.
HSL color Cylindrical-coordinate representation of color #2463FA: hue angle of 222.34º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2463FA is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 99 | 250 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.02 |
| HSL | 222.34º | 0.96% | 0.56% | - |
| HSV(B) | 222.34º | 0.86% | 0.98% | - |
| XYZ | 22.44 | 16.2 | 92.39 | - |
| YUV | 97.38 | 214.13 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 250 | 0.86 | 0.60 | 0 | 0.02 | 222.34 | 0.96 | 0.56 |
| Hex | 24 | 63 | FA | 56 | 3C | 0 | 2 | DE | 60 | 38 |
| Octal | 44 | 143 | 372 | 126 | 74 | 0 | 2 | 336 | 140 | 70 |
| Binary | 100100 | 1100011 | 11111010 | 1010110 | 111100 | 0 | 10 | 11011110 | 1100000 | 111000 |
Color Harmonies of #2463FA
Complementary color
Monochromatic Colors of #2463FA
Black with #2463FA
Text Example
Text Example
White with #2463FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2463FA; }
p { color: rgb(36,99,250); }
H1.HeaderClassName
{
color: #2463FA;
}
.AnyTagClassName
{
color: #2463FA;
}
</style>
background-color css
<style>
a { background-color: #2463FA; }
a { background-color: rgb(36,99,250); }
div.DivClassName
{
background-color: #2463FA;
}
.BgClassName
{
background-color: #2463FA;
}
</style>
border-color css
<style>
span { border-color: #2463FA; }
span { border-color: rgb(36,99,250); }
td.TdClassName
{
border-color: #2463FA;
}
.TagClassName
{
border-color: #2463FA;
}
</style>