Shades of Royal Blue #245BDF
Tints of Royal Blue #245BDF
RGB
CMYK
RGB Variations
Color information
#245BDF (or 0x245BDF) is known color: Royal Blue. HEX triplet: 24, 5B and DF. RGB value is (36,91,223). Sum of RGB (Red+Green+Blue) = 36+91+223=350 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.29% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #245BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BDF is #DBA420. Grayscale: #595959. Windows color (decimal): -14394401 or 14637860. OLE color: 14637860.
HSL color Cylindrical-coordinate representation of color #245BDF: hue angle of 222.35º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #245BDF is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 91 | 223 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.13 |
| HSL | 222.35º | 0.75% | 0.51% | - |
| HSV(B) | 222.35º | 0.84% | 0.87% | - |
| XYZ | 17.79 | 13.18 | 71.42 | - |
| YUV | 89.6 | 203.28 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 223 | 0.84 | 0.59 | 0 | 0.13 | 222.35 | 0.75 | 0.51 |
| Hex | 24 | 5B | DF | 54 | 3B | 0 | D | DE | 4B | 33 |
| Octal | 44 | 133 | 337 | 124 | 73 | 0 | 15 | 336 | 113 | 63 |
| Binary | 100100 | 1011011 | 11011111 | 1010100 | 111011 | 0 | 1101 | 11011110 | 1001011 | 110011 |
Color Harmonies of #245BDF
Complementary color
Monochromatic Colors of #245BDF
Black with #245BDF
Text Example
Text Example
White with #245BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BDF; }
p { color: rgb(36,91,223); }
H1.HeaderClassName
{
color: #245BDF;
}
.AnyTagClassName
{
color: #245BDF;
}
</style>
background-color css
<style>
a { background-color: #245BDF; }
a { background-color: rgb(36,91,223); }
div.DivClassName
{
background-color: #245BDF;
}
.BgClassName
{
background-color: #245BDF;
}
</style>
border-color css
<style>
span { border-color: #245BDF; }
span { border-color: rgb(36,91,223); }
td.TdClassName
{
border-color: #245BDF;
}
.TagClassName
{
border-color: #245BDF;
}
</style>