Shades of Royal Blue #245EF4
Tints of Royal Blue #245EF4
RGB
CMYK
RGB Variations
Color information
#245EF4 (or 0x245EF4) is known color: Royal Blue. HEX triplet: 24, 5E and F4. RGB value is (36,94,244). Sum of RGB (Red+Green+Blue) = 36+94+244=374 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.63% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 244 (95.70% from 255 or 65.24% from 374); Max value from RGB is 244 - color contains mainly: blue. Hex color #245EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245EF4 is #DBA10B. Grayscale: #5D5D5D. Windows color (decimal): -14393612 or 16014884. OLE color: 16014884.
HSL color Cylindrical-coordinate representation of color #245EF4: hue angle of 223.27º 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 #245EF4 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 94 | 244 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.04 |
| HSL | 223.27º | 0.9% | 0.55% | - |
| HSV(B) | 223.27º | 0.85% | 0.96% | - |
| XYZ | 21.06 | 14.91 | 87.36 | - |
| YUV | 93.76 | 212.78 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 244 | 0.85 | 0.61 | 0 | 0.04 | 223.27 | 0.9 | 0.55 |
| Hex | 24 | 5E | F4 | 55 | 3D | 0 | 4 | DF | 5A | 37 |
| Octal | 44 | 136 | 364 | 125 | 75 | 0 | 4 | 337 | 132 | 67 |
| Binary | 100100 | 1011110 | 11110100 | 1010101 | 111101 | 0 | 100 | 11011111 | 1011010 | 110111 |
Color Harmonies of #245EF4
Complementary color
Monochromatic Colors of #245EF4
Black with #245EF4
Text Example
Text Example
White with #245EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245EF4; }
p { color: rgb(36,94,244); }
H1.HeaderClassName
{
color: #245EF4;
}
.AnyTagClassName
{
color: #245EF4;
}
</style>
background-color css
<style>
a { background-color: #245EF4; }
a { background-color: rgb(36,94,244); }
div.DivClassName
{
background-color: #245EF4;
}
.BgClassName
{
background-color: #245EF4;
}
</style>
border-color css
<style>
span { border-color: #245EF4; }
span { border-color: rgb(36,94,244); }
td.TdClassName
{
border-color: #245EF4;
}
.TagClassName
{
border-color: #245EF4;
}
</style>