Shades of Royal Blue #2448EA
Tints of Royal Blue #2448EA
RGB
CMYK
RGB Variations
Color information
#2448EA (or 0x2448EA) is known color: Royal Blue. HEX triplet: 24, 48 and EA. RGB value is (36,72,234). Sum of RGB (Red+Green+Blue) = 36+72+234=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 234 (91.80% from 255 or 68.42% from 342); Max value from RGB is 234 - color contains mainly: blue. Hex color #2448EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2448EA is #DBB715. Grayscale: #4F4F4F. Windows color (decimal): -14399254 or 15353892. OLE color: 15353892.
HSL color Cylindrical-coordinate representation of color #2448EA: hue angle of 229.09º 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 #2448EA is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 72 | 234 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.08 |
| HSL | 229.09º | 0.83% | 0.53% | - |
| HSV(B) | 229.09º | 0.85% | 0.92% | - |
| XYZ | 17.9 | 10.95 | 79.01 | - |
| YUV | 79.7 | 215.07 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 72 | 234 | 0.85 | 0.69 | 0 | 0.08 | 229.09 | 0.83 | 0.53 |
| Hex | 24 | 48 | EA | 55 | 45 | 0 | 8 | E5 | 52 | 35 |
| Octal | 44 | 110 | 352 | 125 | 105 | 0 | 10 | 345 | 122 | 65 |
| Binary | 100100 | 1001000 | 11101010 | 1010101 | 1000101 | 0 | 1000 | 11100101 | 1010010 | 110101 |
Color Harmonies of #2448EA
Complementary color
Monochromatic Colors of #2448EA
Black with #2448EA
Text Example
Text Example
White with #2448EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2448EA; }
p { color: rgb(36,72,234); }
H1.HeaderClassName
{
color: #2448EA;
}
.AnyTagClassName
{
color: #2448EA;
}
</style>
background-color css
<style>
a { background-color: #2448EA; }
a { background-color: rgb(36,72,234); }
div.DivClassName
{
background-color: #2448EA;
}
.BgClassName
{
background-color: #2448EA;
}
</style>
border-color css
<style>
span { border-color: #2448EA; }
span { border-color: rgb(36,72,234); }
td.TdClassName
{
border-color: #2448EA;
}
.TagClassName
{
border-color: #2448EA;
}
</style>