Shades of Royal Blue #2466EB
Tints of Royal Blue #2466EB
RGB
CMYK
RGB Variations
Color information
#2466EB (or 0x2466EB) is known color: Royal Blue. HEX triplet: 24, 66 and EB. RGB value is (36,102,235). Sum of RGB (Red+Green+Blue) = 36+102+235=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #2466EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2466EB is #DB9914. Grayscale: #606060. Windows color (decimal): -14391573 or 15427108. OLE color: 15427108.
HSL color Cylindrical-coordinate representation of color #2466EB: hue angle of 220.1º degrees, saturation: 0.83, 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 #2466EB is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 102 | 235 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.08 |
| HSL | 220.1º | 0.83% | 0.53% | - |
| HSV(B) | 220.1º | 0.85% | 0.92% | - |
| XYZ | 20.47 | 15.88 | 80.58 | - |
| YUV | 97.43 | 205.63 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 235 | 0.85 | 0.57 | 0 | 0.08 | 220.1 | 0.83 | 0.53 |
| Hex | 24 | 66 | EB | 55 | 39 | 0 | 8 | DC | 53 | 35 |
| Octal | 44 | 146 | 353 | 125 | 71 | 0 | 10 | 334 | 123 | 65 |
| Binary | 100100 | 1100110 | 11101011 | 1010101 | 111001 | 0 | 1000 | 11011100 | 1010011 | 110101 |
Color Harmonies of #2466EB
Complementary color
Monochromatic Colors of #2466EB
Black with #2466EB
Text Example
Text Example
White with #2466EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2466EB; }
p { color: rgb(36,102,235); }
H1.HeaderClassName
{
color: #2466EB;
}
.AnyTagClassName
{
color: #2466EB;
}
</style>
background-color css
<style>
a { background-color: #2466EB; }
a { background-color: rgb(36,102,235); }
div.DivClassName
{
background-color: #2466EB;
}
.BgClassName
{
background-color: #2466EB;
}
</style>
border-color css
<style>
span { border-color: #2466EB; }
span { border-color: rgb(36,102,235); }
td.TdClassName
{
border-color: #2466EB;
}
.TagClassName
{
border-color: #2466EB;
}
</style>