Shades of Royal Blue #245AFB
Tints of Royal Blue #245AFB
RGB
CMYK
RGB Variations
Color information
#245AFB (or 0x245AFB) is known color: Royal Blue. HEX triplet: 24, 5A and FB. RGB value is (36,90,251). Sum of RGB (Red+Green+Blue) = 36+90+251=377 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.55% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #245AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245AFB is #DBA504. Grayscale: #5B5B5B. Windows color (decimal): -14394629 or 16472612. OLE color: 16472612.
HSL color Cylindrical-coordinate representation of color #245AFB: hue angle of 224.93º degrees, saturation: 0.96, 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 #245AFB is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 90 | 251 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.02 |
| HSL | 224.93º | 0.96% | 0.56% | - |
| HSV(B) | 224.93º | 0.86% | 0.98% | - |
| XYZ | 21.8 | 14.65 | 92.95 | - |
| YUV | 92.21 | 217.61 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 251 | 0.86 | 0.64 | 0 | 0.02 | 224.93 | 0.96 | 0.56 |
| Hex | 24 | 5A | FB | 56 | 40 | 0 | 2 | E1 | 60 | 38 |
| Octal | 44 | 132 | 373 | 126 | 100 | 0 | 2 | 341 | 140 | 70 |
| Binary | 100100 | 1011010 | 11111011 | 1010110 | 1000000 | 0 | 10 | 11100001 | 1100000 | 111000 |
Color Harmonies of #245AFB
Complementary color
Monochromatic Colors of #245AFB
Black with #245AFB
Text Example
Text Example
White with #245AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245AFB; }
p { color: rgb(36,90,251); }
H1.HeaderClassName
{
color: #245AFB;
}
.AnyTagClassName
{
color: #245AFB;
}
</style>
background-color css
<style>
a { background-color: #245AFB; }
a { background-color: rgb(36,90,251); }
div.DivClassName
{
background-color: #245AFB;
}
.BgClassName
{
background-color: #245AFB;
}
</style>
border-color css
<style>
span { border-color: #245AFB; }
span { border-color: rgb(36,90,251); }
td.TdClassName
{
border-color: #245AFB;
}
.TagClassName
{
border-color: #245AFB;
}
</style>