Shades of Royal Blue #2465E7
Tints of Royal Blue #2465E7
RGB
CMYK
RGB Variations
Color information
#2465E7 (or 0x2465E7) is known color: Royal Blue. HEX triplet: 24, 65 and E7. RGB value is (36,101,231). Sum of RGB (Red+Green+Blue) = 36+101+231=368 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.78% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 231 (90.62% from 255 or 62.77% from 368); Max value from RGB is 231 - color contains mainly: blue. Hex color #2465E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2465E7 is #DB9A18. Grayscale: #5F5F5F. Windows color (decimal): -14391833 or 15164708. OLE color: 15164708.
HSL color Cylindrical-coordinate representation of color #2465E7: hue angle of 220º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2465E7 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 101 | 231 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.09 |
| HSL | 220º | 0.8% | 0.52% | - |
| HSV(B) | 220º | 0.84% | 0.91% | - |
| XYZ | 19.81 | 15.45 | 77.54 | - |
| YUV | 96.39 | 203.97 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 231 | 0.84 | 0.56 | 0 | 0.09 | 220 | 0.8 | 0.52 |
| Hex | 24 | 65 | E7 | 54 | 38 | 0 | 9 | DC | 50 | 34 |
| Octal | 44 | 145 | 347 | 124 | 70 | 0 | 11 | 334 | 120 | 64 |
| Binary | 100100 | 1100101 | 11100111 | 1010100 | 111000 | 0 | 1001 | 11011100 | 1010000 | 110100 |
Color Harmonies of #2465E7
Complementary color
Monochromatic Colors of #2465E7
Black with #2465E7
Text Example
Text Example
White with #2465E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2465E7; }
p { color: rgb(36,101,231); }
H1.HeaderClassName
{
color: #2465E7;
}
.AnyTagClassName
{
color: #2465E7;
}
</style>
background-color css
<style>
a { background-color: #2465E7; }
a { background-color: rgb(36,101,231); }
div.DivClassName
{
background-color: #2465E7;
}
.BgClassName
{
background-color: #2465E7;
}
</style>
border-color css
<style>
span { border-color: #2465E7; }
span { border-color: rgb(36,101,231); }
td.TdClassName
{
border-color: #2465E7;
}
.TagClassName
{
border-color: #2465E7;
}
</style>