Shades of Royal Blue #2465EE
Tints of Royal Blue #2465EE
RGB
CMYK
RGB Variations
Color information
#2465EE (or 0x2465EE) is known color: Royal Blue. HEX triplet: 24, 65 and EE. RGB value is (36,101,238). Sum of RGB (Red+Green+Blue) = 36+101+238=375 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.6% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #2465EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2465EE is #DB9A11. Grayscale: #606060. Windows color (decimal): -14391826 or 15623460. OLE color: 15623460.
HSL color Cylindrical-coordinate representation of color #2465EE: hue angle of 220.69º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2465EE is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 101 | 238 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.07 |
| HSL | 220.69º | 0.86% | 0.54% | - |
| HSV(B) | 220.69º | 0.85% | 0.93% | - |
| XYZ | 20.81 | 15.86 | 82.85 | - |
| YUV | 97.18 | 207.47 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 238 | 0.85 | 0.58 | 0 | 0.07 | 220.69 | 0.86 | 0.54 |
| Hex | 24 | 65 | EE | 55 | 3A | 0 | 7 | DD | 56 | 36 |
| Octal | 44 | 145 | 356 | 125 | 72 | 0 | 7 | 335 | 126 | 66 |
| Binary | 100100 | 1100101 | 11101110 | 1010101 | 111010 | 0 | 111 | 11011101 | 1010110 | 110110 |
Color Harmonies of #2465EE
Complementary color
Monochromatic Colors of #2465EE
Black with #2465EE
Text Example
Text Example
White with #2465EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2465EE; }
p { color: rgb(36,101,238); }
H1.HeaderClassName
{
color: #2465EE;
}
.AnyTagClassName
{
color: #2465EE;
}
</style>
background-color css
<style>
a { background-color: #2465EE; }
a { background-color: rgb(36,101,238); }
div.DivClassName
{
background-color: #2465EE;
}
.BgClassName
{
background-color: #2465EE;
}
</style>
border-color css
<style>
span { border-color: #2465EE; }
span { border-color: rgb(36,101,238); }
td.TdClassName
{
border-color: #2465EE;
}
.TagClassName
{
border-color: #2465EE;
}
</style>