Shades of Royal Blue #245AFF
Tints of Royal Blue #245AFF
RGB
CMYK
RGB Variations
Color information
#245AFF (or 0x245AFF) is known color: Royal Blue. HEX triplet: 24, 5A and FF. RGB value is (36,90,255). Sum of RGB (Red+Green+Blue) = 36+90+255=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #245AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245AFF is #DBA500. Grayscale: #5B5B5B. Windows color (decimal): -14394625 or 16734756. OLE color: 16734756.
HSL color Cylindrical-coordinate representation of color #245AFF: hue angle of 225.21º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #245AFF is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 90 | 255 | - |
| CMYK | 0.86 | 0.65 | 0 | 0 |
| HSL | 225.21º | 1% | 0.57% | - |
| HSV(B) | 225.21º | 0.86% | 1% | - |
| XYZ | 22.43 | 14.91 | 96.3 | - |
| YUV | 92.66 | 219.61 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 255 | 0.86 | 0.65 | 0 | 0 | 225.21 | 1 | 0.57 |
| Hex | 24 | 5A | FF | 56 | 41 | 0 | 0 | E1 | 64 | 39 |
| Octal | 44 | 132 | 377 | 126 | 101 | 0 | 0 | 341 | 144 | 71 |
| Binary | 100100 | 1011010 | 11111111 | 1010110 | 1000001 | 0 | 0 | 11100001 | 1100100 | 111001 |
Color Harmonies of #245AFF
Complementary color
Monochromatic Colors of #245AFF
Black with #245AFF
Text Example
Text Example
White with #245AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245AFF; }
p { color: rgb(36,90,255); }
H1.HeaderClassName
{
color: #245AFF;
}
.AnyTagClassName
{
color: #245AFF;
}
</style>
background-color css
<style>
a { background-color: #245AFF; }
a { background-color: rgb(36,90,255); }
div.DivClassName
{
background-color: #245AFF;
}
.BgClassName
{
background-color: #245AFF;
}
</style>
border-color css
<style>
span { border-color: #245AFF; }
span { border-color: rgb(36,90,255); }
td.TdClassName
{
border-color: #245AFF;
}
.TagClassName
{
border-color: #245AFF;
}
</style>