Shades of Royal Blue #245FF5
Tints of Royal Blue #245FF5
RGB
CMYK
RGB Variations
Color information
#245FF5 (or 0x245FF5) is known color: Royal Blue. HEX triplet: 24, 5F and F5. RGB value is (36,95,245). Sum of RGB (Red+Green+Blue) = 36+95+245=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 245 (96.09% from 255 or 65.16% from 376); Max value from RGB is 245 - color contains mainly: blue. Hex color #245FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245FF5 is #DBA00A. Grayscale: #5D5D5D. Windows color (decimal): -14393355 or 16080676. OLE color: 16080676.
HSL color Cylindrical-coordinate representation of color #245FF5: hue angle of 223.06º degrees, saturation: 0.91, 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 #245FF5 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 95 | 245 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.04 |
| HSL | 223.06º | 0.91% | 0.55% | - |
| HSV(B) | 223.06º | 0.85% | 0.96% | - |
| XYZ | 21.3 | 15.15 | 88.19 | - |
| YUV | 94.46 | 212.95 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 245 | 0.85 | 0.61 | 0 | 0.04 | 223.06 | 0.91 | 0.55 |
| Hex | 24 | 5F | F5 | 55 | 3D | 0 | 4 | DF | 5B | 37 |
| Octal | 44 | 137 | 365 | 125 | 75 | 0 | 4 | 337 | 133 | 67 |
| Binary | 100100 | 1011111 | 11110101 | 1010101 | 111101 | 0 | 100 | 11011111 | 1011011 | 110111 |
Color Harmonies of #245FF5
Complementary color
Monochromatic Colors of #245FF5
Black with #245FF5
Text Example
Text Example
White with #245FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245FF5; }
p { color: rgb(36,95,245); }
H1.HeaderClassName
{
color: #245FF5;
}
.AnyTagClassName
{
color: #245FF5;
}
</style>
background-color css
<style>
a { background-color: #245FF5; }
a { background-color: rgb(36,95,245); }
div.DivClassName
{
background-color: #245FF5;
}
.BgClassName
{
background-color: #245FF5;
}
</style>
border-color css
<style>
span { border-color: #245FF5; }
span { border-color: rgb(36,95,245); }
td.TdClassName
{
border-color: #245FF5;
}
.TagClassName
{
border-color: #245FF5;
}
</style>