Shades of Royal Blue #2450EE
Tints of Royal Blue #2450EE
RGB
CMYK
RGB Variations
Color information
#2450EE (or 0x2450EE) is known color: Royal Blue. HEX triplet: 24, 50 and EE. RGB value is (36,80,238). Sum of RGB (Red+Green+Blue) = 36+80+238=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #2450EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2450EE is #DBAF11. Grayscale: #545454. Windows color (decimal): -14397202 or 15618084. OLE color: 15618084.
HSL color Cylindrical-coordinate representation of color #2450EE: hue angle of 226.93º 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 #2450EE is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 80 | 238 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.07 |
| HSL | 226.93º | 0.86% | 0.54% | - |
| HSV(B) | 226.93º | 0.85% | 0.93% | - |
| XYZ | 19.03 | 12.29 | 82.26 | - |
| YUV | 84.86 | 214.42 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 238 | 0.85 | 0.66 | 0 | 0.07 | 226.93 | 0.86 | 0.54 |
| Hex | 24 | 50 | EE | 55 | 42 | 0 | 7 | E3 | 56 | 36 |
| Octal | 44 | 120 | 356 | 125 | 102 | 0 | 7 | 343 | 126 | 66 |
| Binary | 100100 | 1010000 | 11101110 | 1010101 | 1000010 | 0 | 111 | 11100011 | 1010110 | 110110 |
Color Harmonies of #2450EE
Complementary color
Monochromatic Colors of #2450EE
Black with #2450EE
Text Example
Text Example
White with #2450EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2450EE; }
p { color: rgb(36,80,238); }
H1.HeaderClassName
{
color: #2450EE;
}
.AnyTagClassName
{
color: #2450EE;
}
</style>
background-color css
<style>
a { background-color: #2450EE; }
a { background-color: rgb(36,80,238); }
div.DivClassName
{
background-color: #2450EE;
}
.BgClassName
{
background-color: #2450EE;
}
</style>
border-color css
<style>
span { border-color: #2450EE; }
span { border-color: rgb(36,80,238); }
td.TdClassName
{
border-color: #2450EE;
}
.TagClassName
{
border-color: #2450EE;
}
</style>