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