Shades of Royal Blue #2466EA
Tints of Royal Blue #2466EA
RGB
CMYK
RGB Variations
Color information
#2466EA (or 0x2466EA) is known color: Royal Blue. HEX triplet: 24, 66 and EA. RGB value is (36,102,234). Sum of RGB (Red+Green+Blue) = 36+102+234=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #2466EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2466EA is #DB9915. Grayscale: #606060. Windows color (decimal): -14391574 or 15361572. OLE color: 15361572.
HSL color Cylindrical-coordinate representation of color #2466EA: hue angle of 220º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2466EA is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 102 | 234 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.08 |
| HSL | 220º | 0.83% | 0.53% | - |
| HSV(B) | 220º | 0.85% | 0.92% | - |
| XYZ | 20.33 | 15.82 | 79.82 | - |
| YUV | 97.31 | 205.13 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 234 | 0.85 | 0.56 | 0 | 0.08 | 220 | 0.83 | 0.53 |
| Hex | 24 | 66 | EA | 55 | 38 | 0 | 8 | DC | 52 | 35 |
| Octal | 44 | 146 | 352 | 125 | 70 | 0 | 10 | 334 | 122 | 65 |
| Binary | 100100 | 1100110 | 11101010 | 1010101 | 111000 | 0 | 1000 | 11011100 | 1010010 | 110101 |
Color Harmonies of #2466EA
Complementary color
Monochromatic Colors of #2466EA
Black with #2466EA
Text Example
Text Example
White with #2466EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2466EA; }
p { color: rgb(36,102,234); }
H1.HeaderClassName
{
color: #2466EA;
}
.AnyTagClassName
{
color: #2466EA;
}
</style>
background-color css
<style>
a { background-color: #2466EA; }
a { background-color: rgb(36,102,234); }
div.DivClassName
{
background-color: #2466EA;
}
.BgClassName
{
background-color: #2466EA;
}
</style>
border-color css
<style>
span { border-color: #2466EA; }
span { border-color: rgb(36,102,234); }
td.TdClassName
{
border-color: #2466EA;
}
.TagClassName
{
border-color: #2466EA;
}
</style>