Shades of Royal Blue #2465EC
Tints of Royal Blue #2465EC
RGB
CMYK
RGB Variations
Color information
#2465EC (or 0x2465EC) is known color: Royal Blue. HEX triplet: 24, 65 and EC. RGB value is (36,101,236). Sum of RGB (Red+Green+Blue) = 36+101+236=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #2465EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2465EC is #DB9A13. Grayscale: #606060. Windows color (decimal): -14391828 or 15492388. OLE color: 15492388.
HSL color Cylindrical-coordinate representation of color #2465EC: hue angle of 220.5º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2465EC is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 101 | 236 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.07 |
| HSL | 220.5º | 0.84% | 0.53% | - |
| HSV(B) | 220.5º | 0.85% | 0.93% | - |
| XYZ | 20.52 | 15.74 | 81.31 | - |
| YUV | 96.96 | 206.47 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 236 | 0.85 | 0.57 | 0 | 0.07 | 220.5 | 0.84 | 0.53 |
| Hex | 24 | 65 | EC | 55 | 39 | 0 | 7 | DC | 54 | 35 |
| Octal | 44 | 145 | 354 | 125 | 71 | 0 | 7 | 334 | 124 | 65 |
| Binary | 100100 | 1100101 | 11101100 | 1010101 | 111001 | 0 | 111 | 11011100 | 1010100 | 110101 |
Color Harmonies of #2465EC
Complementary color
Monochromatic Colors of #2465EC
Black with #2465EC
Text Example
Text Example
White with #2465EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2465EC; }
p { color: rgb(36,101,236); }
H1.HeaderClassName
{
color: #2465EC;
}
.AnyTagClassName
{
color: #2465EC;
}
</style>
background-color css
<style>
a { background-color: #2465EC; }
a { background-color: rgb(36,101,236); }
div.DivClassName
{
background-color: #2465EC;
}
.BgClassName
{
background-color: #2465EC;
}
</style>
border-color css
<style>
span { border-color: #2465EC; }
span { border-color: rgb(36,101,236); }
td.TdClassName
{
border-color: #2465EC;
}
.TagClassName
{
border-color: #2465EC;
}
</style>