Shades of Royal Blue #2468EE
Tints of Royal Blue #2468EE
RGB
CMYK
RGB Variations
Color information
#2468EE (or 0x2468EE) is known color: Royal Blue. HEX triplet: 24, 68 and EE. RGB value is (36,104,238). Sum of RGB (Red+Green+Blue) = 36+104+238=378 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.52% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #2468EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2468EE is #DB9711. Grayscale: #626262. Windows color (decimal): -14391058 or 15624228. OLE color: 15624228.
HSL color Cylindrical-coordinate representation of color #2468EE: hue angle of 219.8º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2468EE is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 104 | 238 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.07 |
| HSL | 219.8º | 0.86% | 0.54% | - |
| HSV(B) | 219.8º | 0.85% | 0.93% | - |
| XYZ | 21.11 | 16.45 | 82.95 | - |
| YUV | 98.94 | 206.47 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 238 | 0.85 | 0.56 | 0 | 0.07 | 219.8 | 0.86 | 0.54 |
| Hex | 24 | 68 | EE | 55 | 38 | 0 | 7 | DC | 56 | 36 |
| Octal | 44 | 150 | 356 | 125 | 70 | 0 | 7 | 334 | 126 | 66 |
| Binary | 100100 | 1101000 | 11101110 | 1010101 | 111000 | 0 | 111 | 11011100 | 1010110 | 110110 |
Color Harmonies of #2468EE
Complementary color
Monochromatic Colors of #2468EE
Black with #2468EE
Text Example
Text Example
White with #2468EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2468EE; }
p { color: rgb(36,104,238); }
H1.HeaderClassName
{
color: #2468EE;
}
.AnyTagClassName
{
color: #2468EE;
}
</style>
background-color css
<style>
a { background-color: #2468EE; }
a { background-color: rgb(36,104,238); }
div.DivClassName
{
background-color: #2468EE;
}
.BgClassName
{
background-color: #2468EE;
}
</style>
border-color css
<style>
span { border-color: #2468EE; }
span { border-color: rgb(36,104,238); }
td.TdClassName
{
border-color: #2468EE;
}
.TagClassName
{
border-color: #2468EE;
}
</style>