Shades of Royal Blue #245EF9
Tints of Royal Blue #245EF9
RGB
CMYK
RGB Variations
Color information
#245EF9 (or 0x245EF9) is known color: Royal Blue. HEX triplet: 24, 5E and F9. RGB value is (36,94,249). Sum of RGB (Red+Green+Blue) = 36+94+249=379 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.50% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 249 (97.66% from 255 or 65.70% from 379); Max value from RGB is 249 - color contains mainly: blue. Hex color #245EF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245EF9 is #DBA106. Grayscale: #5D5D5D. Windows color (decimal): -14393607 or 16342564. OLE color: 16342564.
HSL color Cylindrical-coordinate representation of color #245EF9: hue angle of 223.66º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #245EF9 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 94 | 249 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.02 |
| HSL | 223.66º | 0.95% | 0.56% | - |
| HSV(B) | 223.66º | 0.86% | 0.98% | - |
| XYZ | 21.83 | 15.22 | 91.41 | - |
| YUV | 94.33 | 215.28 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 249 | 0.86 | 0.62 | 0 | 0.02 | 223.66 | 0.95 | 0.56 |
| Hex | 24 | 5E | F9 | 56 | 3E | 0 | 2 | E0 | 5F | 38 |
| Octal | 44 | 136 | 371 | 126 | 76 | 0 | 2 | 340 | 137 | 70 |
| Binary | 100100 | 1011110 | 11111001 | 1010110 | 111110 | 0 | 10 | 11100000 | 1011111 | 111000 |
Color Harmonies of #245EF9
Complementary color
Monochromatic Colors of #245EF9
Black with #245EF9
Text Example
Text Example
White with #245EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245EF9; }
p { color: rgb(36,94,249); }
H1.HeaderClassName
{
color: #245EF9;
}
.AnyTagClassName
{
color: #245EF9;
}
</style>
background-color css
<style>
a { background-color: #245EF9; }
a { background-color: rgb(36,94,249); }
div.DivClassName
{
background-color: #245EF9;
}
.BgClassName
{
background-color: #245EF9;
}
</style>
border-color css
<style>
span { border-color: #245EF9; }
span { border-color: rgb(36,94,249); }
td.TdClassName
{
border-color: #245EF9;
}
.TagClassName
{
border-color: #245EF9;
}
</style>