Shades of Royal Blue #2450EF
Tints of Royal Blue #2450EF
RGB
CMYK
RGB Variations
Color information
#2450EF (or 0x2450EF) is known color: Royal Blue. HEX triplet: 24, 50 and EF. RGB value is (36,80,239). Sum of RGB (Red+Green+Blue) = 36+80+239=355 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.14% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #2450EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2450EF is #DBAF10. Grayscale: #545454. Windows color (decimal): -14397201 or 15683620. OLE color: 15683620.
HSL color Cylindrical-coordinate representation of color #2450EF: hue angle of 227º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2450EF is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 80 | 239 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.06 |
| HSL | 227º | 0.86% | 0.54% | - |
| HSV(B) | 227º | 0.85% | 0.94% | - |
| XYZ | 19.18 | 12.34 | 83.03 | - |
| YUV | 84.97 | 214.92 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 239 | 0.85 | 0.67 | 0 | 0.06 | 227 | 0.86 | 0.54 |
| Hex | 24 | 50 | EF | 55 | 43 | 0 | 6 | E3 | 56 | 36 |
| Octal | 44 | 120 | 357 | 125 | 103 | 0 | 6 | 343 | 126 | 66 |
| Binary | 100100 | 1010000 | 11101111 | 1010101 | 1000011 | 0 | 110 | 11100011 | 1010110 | 110110 |
Color Harmonies of #2450EF
Complementary color
Monochromatic Colors of #2450EF
Black with #2450EF
Text Example
Text Example
White with #2450EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2450EF; }
p { color: rgb(36,80,239); }
H1.HeaderClassName
{
color: #2450EF;
}
.AnyTagClassName
{
color: #2450EF;
}
</style>
background-color css
<style>
a { background-color: #2450EF; }
a { background-color: rgb(36,80,239); }
div.DivClassName
{
background-color: #2450EF;
}
.BgClassName
{
background-color: #2450EF;
}
</style>
border-color css
<style>
span { border-color: #2450EF; }
span { border-color: rgb(36,80,239); }
td.TdClassName
{
border-color: #2450EF;
}
.TagClassName
{
border-color: #2450EF;
}
</style>