Shades of Royal Blue #2465FF
Tints of Royal Blue #2465FF
RGB
CMYK
RGB Variations
Color information
#2465FF (or 0x2465FF) is known color: Royal Blue. HEX triplet: 24, 65 and FF. RGB value is (36,101,255). Sum of RGB (Red+Green+Blue) = 36+101+255=392 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.18% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #2465FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2465FF is #DB9A00. Grayscale: #626262. Windows color (decimal): -14391809 or 16737572. OLE color: 16737572.
HSL color Cylindrical-coordinate representation of color #2465FF: hue angle of 222.19º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2465FF is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 101 | 255 | - |
| CMYK | 0.86 | 0.60 | 0 | 0 |
| HSL | 222.19º | 1% | 0.57% | - |
| HSV(B) | 222.19º | 0.86% | 1% | - |
| XYZ | 23.43 | 16.9 | 96.64 | - |
| YUV | 99.12 | 215.97 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 255 | 0.86 | 0.60 | 0 | 0 | 222.19 | 1 | 0.57 |
| Hex | 24 | 65 | FF | 56 | 3C | 0 | 0 | DE | 64 | 39 |
| Octal | 44 | 145 | 377 | 126 | 74 | 0 | 0 | 336 | 144 | 71 |
| Binary | 100100 | 1100101 | 11111111 | 1010110 | 111100 | 0 | 0 | 11011110 | 1100100 | 111001 |
Color Harmonies of #2465FF
Complementary color
Monochromatic Colors of #2465FF
Black with #2465FF
Text Example
Text Example
White with #2465FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2465FF; }
p { color: rgb(36,101,255); }
H1.HeaderClassName
{
color: #2465FF;
}
.AnyTagClassName
{
color: #2465FF;
}
</style>
background-color css
<style>
a { background-color: #2465FF; }
a { background-color: rgb(36,101,255); }
div.DivClassName
{
background-color: #2465FF;
}
.BgClassName
{
background-color: #2465FF;
}
</style>
border-color css
<style>
span { border-color: #2465FF; }
span { border-color: rgb(36,101,255); }
td.TdClassName
{
border-color: #2465FF;
}
.TagClassName
{
border-color: #2465FF;
}
</style>