Shades of Royal Blue #245DED
Tints of Royal Blue #245DED
RGB
CMYK
RGB Variations
Color information
#245DED (or 0x245DED) is known color: Royal Blue. HEX triplet: 24, 5D and ED. RGB value is (36,93,237). Sum of RGB (Red+Green+Blue) = 36+93+237=366 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.84% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #245DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245DED is #DBA212. Grayscale: #5B5B5B. Windows color (decimal): -14393875 or 15555876. OLE color: 15555876.
HSL color Cylindrical-coordinate representation of color #245DED: hue angle of 222.99º 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 #245DED is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 93 | 237 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.07 |
| HSL | 222.99º | 0.85% | 0.54% | - |
| HSV(B) | 222.99º | 0.85% | 0.93% | - |
| XYZ | 19.93 | 14.32 | 81.83 | - |
| YUV | 92.37 | 209.62 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 237 | 0.85 | 0.61 | 0 | 0.07 | 222.99 | 0.85 | 0.54 |
| Hex | 24 | 5D | ED | 55 | 3D | 0 | 7 | DF | 55 | 36 |
| Octal | 44 | 135 | 355 | 125 | 75 | 0 | 7 | 337 | 125 | 66 |
| Binary | 100100 | 1011101 | 11101101 | 1010101 | 111101 | 0 | 111 | 11011111 | 1010101 | 110110 |
Color Harmonies of #245DED
Complementary color
Monochromatic Colors of #245DED
Black with #245DED
Text Example
Text Example
White with #245DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245DED; }
p { color: rgb(36,93,237); }
H1.HeaderClassName
{
color: #245DED;
}
.AnyTagClassName
{
color: #245DED;
}
</style>
background-color css
<style>
a { background-color: #245DED; }
a { background-color: rgb(36,93,237); }
div.DivClassName
{
background-color: #245DED;
}
.BgClassName
{
background-color: #245DED;
}
</style>
border-color css
<style>
span { border-color: #245DED; }
span { border-color: rgb(36,93,237); }
td.TdClassName
{
border-color: #245DED;
}
.TagClassName
{
border-color: #245DED;
}
</style>