Shades of Royal Blue #2461DB
Tints of Royal Blue #2461DB
RGB
CMYK
RGB Variations
Color information
#2461DB (or 0x2461DB) is known color: Royal Blue. HEX triplet: 24, 61 and DB. RGB value is (36,97,219). Sum of RGB (Red+Green+Blue) = 36+97+219=352 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.23% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #2461DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2461DB is #DB9E24. Grayscale: #5C5C5C. Windows color (decimal): -14392869 or 14377252. OLE color: 14377252.
HSL color Cylindrical-coordinate representation of color #2461DB: hue angle of 220º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2461DB is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 97 | 219 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.14 |
| HSL | 220º | 0.72% | 0.5% | - |
| HSV(B) | 220º | 0.84% | 0.86% | - |
| XYZ | 17.79 | 14.04 | 68.79 | - |
| YUV | 92.67 | 199.29 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 97 | 219 | 0.84 | 0.56 | 0 | 0.14 | 220 | 0.72 | 0.5 |
| Hex | 24 | 61 | DB | 54 | 38 | 0 | E | DC | 48 | 32 |
| Octal | 44 | 141 | 333 | 124 | 70 | 0 | 16 | 334 | 110 | 62 |
| Binary | 100100 | 1100001 | 11011011 | 1010100 | 111000 | 0 | 1110 | 11011100 | 1001000 | 110010 |
Color Harmonies of #2461DB
Complementary color
Monochromatic Colors of #2461DB
Black with #2461DB
Text Example
Text Example
White with #2461DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2461DB; }
p { color: rgb(36,97,219); }
H1.HeaderClassName
{
color: #2461DB;
}
.AnyTagClassName
{
color: #2461DB;
}
</style>
background-color css
<style>
a { background-color: #2461DB; }
a { background-color: rgb(36,97,219); }
div.DivClassName
{
background-color: #2461DB;
}
.BgClassName
{
background-color: #2461DB;
}
</style>
border-color css
<style>
span { border-color: #2461DB; }
span { border-color: rgb(36,97,219); }
td.TdClassName
{
border-color: #2461DB;
}
.TagClassName
{
border-color: #2461DB;
}
</style>