Shades of Royal Blue #245DF4
Tints of Royal Blue #245DF4
RGB
CMYK
RGB Variations
Color information
#245DF4 (or 0x245DF4) is known color: Royal Blue. HEX triplet: 24, 5D and F4. RGB value is (36,93,244). Sum of RGB (Red+Green+Blue) = 36+93+244=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 244 (95.70% from 255 or 65.42% from 373); Max value from RGB is 244 - color contains mainly: blue. Hex color #245DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245DF4 is #DBA20B. Grayscale: #5C5C5C. Windows color (decimal): -14393868 or 16014628. OLE color: 16014628.
HSL color Cylindrical-coordinate representation of color #245DF4: hue angle of 223.56º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #245DF4 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 93 | 244 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.04 |
| HSL | 223.56º | 0.9% | 0.55% | - |
| HSV(B) | 223.56º | 0.85% | 0.96% | - |
| XYZ | 20.97 | 14.74 | 87.33 | - |
| YUV | 93.17 | 213.12 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 244 | 0.85 | 0.62 | 0 | 0.04 | 223.56 | 0.9 | 0.55 |
| Hex | 24 | 5D | F4 | 55 | 3E | 0 | 4 | E0 | 5A | 37 |
| Octal | 44 | 135 | 364 | 125 | 76 | 0 | 4 | 340 | 132 | 67 |
| Binary | 100100 | 1011101 | 11110100 | 1010101 | 111110 | 0 | 100 | 11100000 | 1011010 | 110111 |
Color Harmonies of #245DF4
Complementary color
Monochromatic Colors of #245DF4
Black with #245DF4
Text Example
Text Example
White with #245DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245DF4; }
p { color: rgb(36,93,244); }
H1.HeaderClassName
{
color: #245DF4;
}
.AnyTagClassName
{
color: #245DF4;
}
</style>
background-color css
<style>
a { background-color: #245DF4; }
a { background-color: rgb(36,93,244); }
div.DivClassName
{
background-color: #245DF4;
}
.BgClassName
{
background-color: #245DF4;
}
</style>
border-color css
<style>
span { border-color: #245DF4; }
span { border-color: rgb(36,93,244); }
td.TdClassName
{
border-color: #245DF4;
}
.TagClassName
{
border-color: #245DF4;
}
</style>