Shades of Royal Blue #245FED
Tints of Royal Blue #245FED
RGB
CMYK
RGB Variations
Color information
#245FED (or 0x245FED) is known color: Royal Blue. HEX triplet: 24, 5F and ED. RGB value is (36,95,237). Sum of RGB (Red+Green+Blue) = 36+95+237=368 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.78% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #245FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245FED is #DBA012. Grayscale: #5C5C5C. Windows color (decimal): -14393363 or 15556388. OLE color: 15556388.
HSL color Cylindrical-coordinate representation of color #245FED: hue angle of 222.39º degrees, saturation: 0.85, 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 #245FED is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 95 | 237 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.07 |
| HSL | 222.39º | 0.85% | 0.54% | - |
| HSV(B) | 222.39º | 0.85% | 0.93% | - |
| XYZ | 20.11 | 14.67 | 81.89 | - |
| YUV | 93.55 | 208.95 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 237 | 0.85 | 0.60 | 0 | 0.07 | 222.39 | 0.85 | 0.54 |
| Hex | 24 | 5F | ED | 55 | 3C | 0 | 7 | DE | 55 | 36 |
| Octal | 44 | 137 | 355 | 125 | 74 | 0 | 7 | 336 | 125 | 66 |
| Binary | 100100 | 1011111 | 11101101 | 1010101 | 111100 | 0 | 111 | 11011110 | 1010101 | 110110 |
Color Harmonies of #245FED
Complementary color
Monochromatic Colors of #245FED
Black with #245FED
Text Example
Text Example
White with #245FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245FED; }
p { color: rgb(36,95,237); }
H1.HeaderClassName
{
color: #245FED;
}
.AnyTagClassName
{
color: #245FED;
}
</style>
background-color css
<style>
a { background-color: #245FED; }
a { background-color: rgb(36,95,237); }
div.DivClassName
{
background-color: #245FED;
}
.BgClassName
{
background-color: #245FED;
}
</style>
border-color css
<style>
span { border-color: #245FED; }
span { border-color: rgb(36,95,237); }
td.TdClassName
{
border-color: #245FED;
}
.TagClassName
{
border-color: #245FED;
}
</style>