Shades of Royal Blue #2448EE
Tints of Royal Blue #2448EE
RGB
CMYK
RGB Variations
Color information
#2448EE (or 0x2448EE) is known color: Royal Blue. HEX triplet: 24, 48 and EE. RGB value is (36,72,238). Sum of RGB (Red+Green+Blue) = 36+72+238=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #2448EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2448EE is #DBB711. Grayscale: #4F4F4F. Windows color (decimal): -14399250 or 15616036. OLE color: 15616036.
HSL color Cylindrical-coordinate representation of color #2448EE: hue angle of 229.31º 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 #2448EE is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 72 | 238 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.07 |
| HSL | 229.31º | 0.86% | 0.54% | - |
| HSV(B) | 229.31º | 0.85% | 0.93% | - |
| XYZ | 18.48 | 11.18 | 82.07 | - |
| YUV | 80.16 | 217.07 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 72 | 238 | 0.85 | 0.70 | 0 | 0.07 | 229.31 | 0.86 | 0.54 |
| Hex | 24 | 48 | EE | 55 | 46 | 0 | 7 | E5 | 56 | 36 |
| Octal | 44 | 110 | 356 | 125 | 106 | 0 | 7 | 345 | 126 | 66 |
| Binary | 100100 | 1001000 | 11101110 | 1010101 | 1000110 | 0 | 111 | 11100101 | 1010110 | 110110 |
Color Harmonies of #2448EE
Complementary color
Monochromatic Colors of #2448EE
Black with #2448EE
Text Example
Text Example
White with #2448EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2448EE; }
p { color: rgb(36,72,238); }
H1.HeaderClassName
{
color: #2448EE;
}
.AnyTagClassName
{
color: #2448EE;
}
</style>
background-color css
<style>
a { background-color: #2448EE; }
a { background-color: rgb(36,72,238); }
div.DivClassName
{
background-color: #2448EE;
}
.BgClassName
{
background-color: #2448EE;
}
</style>
border-color css
<style>
span { border-color: #2448EE; }
span { border-color: rgb(36,72,238); }
td.TdClassName
{
border-color: #2448EE;
}
.TagClassName
{
border-color: #2448EE;
}
</style>