Shades of Royal Blue #2465DB
Tints of Royal Blue #2465DB
RGB
CMYK
RGB Variations
Color information
#2465DB (or 0x2465DB) is known color: Royal Blue. HEX triplet: 24, 65 and DB. RGB value is (36,101,219). Sum of RGB (Red+Green+Blue) = 36+101+219=356 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.11% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #2465DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2465DB is #DB9A24. Grayscale: #5E5E5E. Windows color (decimal): -14391845 or 14378276. OLE color: 14378276.
HSL color Cylindrical-coordinate representation of color #2465DB: hue angle of 218.69º 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 #2465DB is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 101 | 219 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.14 |
| HSL | 218.69º | 0.72% | 0.5% | - |
| HSV(B) | 218.69º | 0.84% | 0.86% | - |
| XYZ | 18.17 | 14.8 | 68.92 | - |
| YUV | 95.02 | 197.97 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 219 | 0.84 | 0.54 | 0 | 0.14 | 218.69 | 0.72 | 0.5 |
| Hex | 24 | 65 | DB | 54 | 36 | 0 | E | DB | 48 | 32 |
| Octal | 44 | 145 | 333 | 124 | 66 | 0 | 16 | 333 | 110 | 62 |
| Binary | 100100 | 1100101 | 11011011 | 1010100 | 110110 | 0 | 1110 | 11011011 | 1001000 | 110010 |
Color Harmonies of #2465DB
Complementary color
Monochromatic Colors of #2465DB
Black with #2465DB
Text Example
Text Example
White with #2465DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2465DB; }
p { color: rgb(36,101,219); }
H1.HeaderClassName
{
color: #2465DB;
}
.AnyTagClassName
{
color: #2465DB;
}
</style>
background-color css
<style>
a { background-color: #2465DB; }
a { background-color: rgb(36,101,219); }
div.DivClassName
{
background-color: #2465DB;
}
.BgClassName
{
background-color: #2465DB;
}
</style>
border-color css
<style>
span { border-color: #2465DB; }
span { border-color: rgb(36,101,219); }
td.TdClassName
{
border-color: #2465DB;
}
.TagClassName
{
border-color: #2465DB;
}
</style>