Shades of Royal Blue #245CDF
Tints of Royal Blue #245CDF
RGB
CMYK
RGB Variations
Color information
#245CDF (or 0x245CDF) is known color: Royal Blue. HEX triplet: 24, 5C and DF. RGB value is (36,92,223). Sum of RGB (Red+Green+Blue) = 36+92+223=351 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.26% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #245CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245CDF is #DBA320. Grayscale: #595959. Windows color (decimal): -14394145 or 14638116. OLE color: 14638116.
HSL color Cylindrical-coordinate representation of color #245CDF: hue angle of 222.03º 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 #245CDF is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 92 | 223 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.13 |
| HSL | 222.03º | 0.75% | 0.51% | - |
| HSV(B) | 222.03º | 0.84% | 0.87% | - |
| XYZ | 17.87 | 13.36 | 71.45 | - |
| YUV | 90.19 | 202.95 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 223 | 0.84 | 0.59 | 0 | 0.13 | 222.03 | 0.75 | 0.51 |
| Hex | 24 | 5C | DF | 54 | 3B | 0 | D | DE | 4B | 33 |
| Octal | 44 | 134 | 337 | 124 | 73 | 0 | 15 | 336 | 113 | 63 |
| Binary | 100100 | 1011100 | 11011111 | 1010100 | 111011 | 0 | 1101 | 11011110 | 1001011 | 110011 |
Color Harmonies of #245CDF
Complementary color
Monochromatic Colors of #245CDF
Black with #245CDF
Text Example
Text Example
White with #245CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245CDF; }
p { color: rgb(36,92,223); }
H1.HeaderClassName
{
color: #245CDF;
}
.AnyTagClassName
{
color: #245CDF;
}
</style>
background-color css
<style>
a { background-color: #245CDF; }
a { background-color: rgb(36,92,223); }
div.DivClassName
{
background-color: #245CDF;
}
.BgClassName
{
background-color: #245CDF;
}
</style>
border-color css
<style>
span { border-color: #245CDF; }
span { border-color: rgb(36,92,223); }
td.TdClassName
{
border-color: #245CDF;
}
.TagClassName
{
border-color: #245CDF;
}
</style>