Shades of Royal Blue #2465E6
Tints of Royal Blue #2465E6
RGB
CMYK
RGB Variations
Color information
#2465E6 (or 0x2465E6) is known color: Royal Blue. HEX triplet: 24, 65 and E6. RGB value is (36,101,230). Sum of RGB (Red+Green+Blue) = 36+101+230=367 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.81% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 230 (90.23% from 255 or 62.67% from 367); Max value from RGB is 230 - color contains mainly: blue. Hex color #2465E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2465E6 is #DB9A19. Grayscale: #5F5F5F. Windows color (decimal): -14391834 or 15099172. OLE color: 15099172.
HSL color Cylindrical-coordinate representation of color #2465E6: hue angle of 219.9º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2465E6 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 36 | 101 | 230 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.10 |
| HSL | 219.9º | 0.8% | 0.52% | - |
| HSV(B) | 219.9º | 0.84% | 0.9% | - |
| XYZ | 19.66 | 15.4 | 76.8 | - |
| YUV | 96.27 | 203.47 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 230 | 0.84 | 0.56 | 0 | 0.10 | 219.9 | 0.8 | 0.52 |
| Hex | 24 | 65 | E6 | 54 | 38 | 0 | A | DC | 50 | 34 |
| Octal | 44 | 145 | 346 | 124 | 70 | 0 | 12 | 334 | 120 | 64 |
| Binary | 100100 | 1100101 | 11100110 | 1010100 | 111000 | 0 | 1010 | 11011100 | 1010000 | 110100 |
Color Harmonies of #2465E6
Complementary color
Monochromatic Colors of #2465E6
Black with #2465E6
Text Example
Text Example
White with #2465E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2465E6; }
p { color: rgb(36,101,230); }
H1.HeaderClassName
{
color: #2465E6;
}
.AnyTagClassName
{
color: #2465E6;
}
</style>
background-color css
<style>
a { background-color: #2465E6; }
a { background-color: rgb(36,101,230); }
div.DivClassName
{
background-color: #2465E6;
}
.BgClassName
{
background-color: #2465E6;
}
</style>
border-color css
<style>
span { border-color: #2465E6; }
span { border-color: rgb(36,101,230); }
td.TdClassName
{
border-color: #2465E6;
}
.TagClassName
{
border-color: #2465E6;
}
</style>