Shades of Royal Blue #2466FE
Tints of Royal Blue #2466FE
RGB
CMYK
RGB Variations
Color information
#2466FE (or 0x2466FE) is known color: Royal Blue. HEX triplet: 24, 66 and FE. RGB value is (36,102,254). Sum of RGB (Red+Green+Blue) = 36+102+254=392 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.18% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #2466FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2466FE is #DB9901. Grayscale: #626262. Windows color (decimal): -14391554 or 16672292. OLE color: 16672292.
HSL color Cylindrical-coordinate representation of color #2466FE: hue angle of 221.83º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2466FE is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 102 | 254 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.00 |
| HSL | 221.83º | 0.99% | 0.57% | - |
| HSV(B) | 221.83º | 0.86% | 1% | - |
| XYZ | 23.37 | 17.03 | 95.82 | - |
| YUV | 99.59 | 215.13 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 254 | 0.86 | 0.60 | 0 | 0.00 | 221.83 | 0.99 | 0.57 |
| Hex | 24 | 66 | FE | 56 | 3C | 0 | 0 | DE | 63 | 39 |
| Octal | 44 | 146 | 376 | 126 | 74 | 0 | 0 | 336 | 143 | 71 |
| Binary | 100100 | 1100110 | 11111110 | 1010110 | 111100 | 0 | 0 | 11011110 | 1100011 | 111001 |
Color Harmonies of #2466FE
Complementary color
Monochromatic Colors of #2466FE
Black with #2466FE
Text Example
Text Example
White with #2466FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2466FE; }
p { color: rgb(36,102,254); }
H1.HeaderClassName
{
color: #2466FE;
}
.AnyTagClassName
{
color: #2466FE;
}
</style>
background-color css
<style>
a { background-color: #2466FE; }
a { background-color: rgb(36,102,254); }
div.DivClassName
{
background-color: #2466FE;
}
.BgClassName
{
background-color: #2466FE;
}
</style>
border-color css
<style>
span { border-color: #2466FE; }
span { border-color: rgb(36,102,254); }
td.TdClassName
{
border-color: #2466FE;
}
.TagClassName
{
border-color: #2466FE;
}
</style>