Shades of Royal Blue #245DDC
Tints of Royal Blue #245DDC
RGB
CMYK
RGB Variations
Color information
#245DDC (or 0x245DDC) is known color: Royal Blue. HEX triplet: 24, 5D and DC. RGB value is (36,93,220). Sum of RGB (Red+Green+Blue) = 36+93+220=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #245DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245DDC is #DBA223. Grayscale: #595959. Windows color (decimal): -14393892 or 14441764. OLE color: 14441764.
HSL color Cylindrical-coordinate representation of color #245DDC: hue angle of 221.41º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #245DDC is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 93 | 220 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.14 |
| HSL | 221.41º | 0.72% | 0.5% | - |
| HSV(B) | 221.41º | 0.84% | 0.86% | - |
| XYZ | 17.56 | 13.37 | 69.37 | - |
| YUV | 90.44 | 201.12 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 220 | 0.84 | 0.58 | 0 | 0.14 | 221.41 | 0.72 | 0.5 |
| Hex | 24 | 5D | DC | 54 | 3A | 0 | E | DD | 48 | 32 |
| Octal | 44 | 135 | 334 | 124 | 72 | 0 | 16 | 335 | 110 | 62 |
| Binary | 100100 | 1011101 | 11011100 | 1010100 | 111010 | 0 | 1110 | 11011101 | 1001000 | 110010 |
Color Harmonies of #245DDC
Complementary color
Monochromatic Colors of #245DDC
Black with #245DDC
Text Example
Text Example
White with #245DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245DDC; }
p { color: rgb(36,93,220); }
H1.HeaderClassName
{
color: #245DDC;
}
.AnyTagClassName
{
color: #245DDC;
}
</style>
background-color css
<style>
a { background-color: #245DDC; }
a { background-color: rgb(36,93,220); }
div.DivClassName
{
background-color: #245DDC;
}
.BgClassName
{
background-color: #245DDC;
}
</style>
border-color css
<style>
span { border-color: #245DDC; }
span { border-color: rgb(36,93,220); }
td.TdClassName
{
border-color: #245DDC;
}
.TagClassName
{
border-color: #245DDC;
}
</style>