Shades of Royal Blue #2461FB
Tints of Royal Blue #2461FB
RGB
CMYK
RGB Variations
Color information
#2461FB (or 0x2461FB) is known color: Royal Blue. HEX triplet: 24, 61 and FB. RGB value is (36,97,251). Sum of RGB (Red+Green+Blue) = 36+97+251=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #2461FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2461FB is #DB9E04. Grayscale: #5F5F5F. Windows color (decimal): -14392837 or 16474404. OLE color: 16474404.
HSL color Cylindrical-coordinate representation of color #2461FB: hue angle of 222.98º 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 #2461FB is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 97 | 251 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.02 |
| HSL | 222.98º | 0.96% | 0.56% | - |
| HSV(B) | 222.98º | 0.86% | 0.98% | - |
| XYZ | 22.41 | 15.89 | 93.15 | - |
| YUV | 96.32 | 215.29 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 97 | 251 | 0.86 | 0.61 | 0 | 0.02 | 222.98 | 0.96 | 0.56 |
| Hex | 24 | 61 | FB | 56 | 3D | 0 | 2 | DF | 60 | 38 |
| Octal | 44 | 141 | 373 | 126 | 75 | 0 | 2 | 337 | 140 | 70 |
| Binary | 100100 | 1100001 | 11111011 | 1010110 | 111101 | 0 | 10 | 11011111 | 1100000 | 111000 |
Color Harmonies of #2461FB
Complementary color
Monochromatic Colors of #2461FB
Black with #2461FB
Text Example
Text Example
White with #2461FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2461FB; }
p { color: rgb(36,97,251); }
H1.HeaderClassName
{
color: #2461FB;
}
.AnyTagClassName
{
color: #2461FB;
}
</style>
background-color css
<style>
a { background-color: #2461FB; }
a { background-color: rgb(36,97,251); }
div.DivClassName
{
background-color: #2461FB;
}
.BgClassName
{
background-color: #2461FB;
}
</style>
border-color css
<style>
span { border-color: #2461FB; }
span { border-color: rgb(36,97,251); }
td.TdClassName
{
border-color: #2461FB;
}
.TagClassName
{
border-color: #2461FB;
}
</style>