Shades of Royal Blue #2475DC
Tints of Royal Blue #2475DC
RGB
CMYK
RGB Variations
Color information
#2475DC (or 0x2475DC) is known color: Royal Blue. HEX triplet: 24, 75 and DC. RGB value is (36,117,220). Sum of RGB (Red+Green+Blue) = 36+117+220=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #2475DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2475DC is #DB8A23. Grayscale: #686868. Windows color (decimal): -14387748 or 14447908. OLE color: 14447908.
HSL color Cylindrical-coordinate representation of color #2475DC: hue angle of 213.59º 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 #2475DC is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 117 | 220 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.14 |
| HSL | 213.59º | 0.72% | 0.5% | - |
| HSV(B) | 213.59º | 0.84% | 0.86% | - |
| XYZ | 20.01 | 18.26 | 70.18 | - |
| YUV | 104.52 | 193.16 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 117 | 220 | 0.84 | 0.47 | 0 | 0.14 | 213.59 | 0.72 | 0.5 |
| Hex | 24 | 75 | DC | 54 | 2F | 0 | E | D6 | 48 | 32 |
| Octal | 44 | 165 | 334 | 124 | 57 | 0 | 16 | 326 | 110 | 62 |
| Binary | 100100 | 1110101 | 11011100 | 1010100 | 101111 | 0 | 1110 | 11010110 | 1001000 | 110010 |
Color Harmonies of #2475DC
Complementary color
Monochromatic Colors of #2475DC
Black with #2475DC
Text Example
Text Example
White with #2475DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2475DC; }
p { color: rgb(36,117,220); }
H1.HeaderClassName
{
color: #2475DC;
}
.AnyTagClassName
{
color: #2475DC;
}
</style>
background-color css
<style>
a { background-color: #2475DC; }
a { background-color: rgb(36,117,220); }
div.DivClassName
{
background-color: #2475DC;
}
.BgClassName
{
background-color: #2475DC;
}
</style>
border-color css
<style>
span { border-color: #2475DC; }
span { border-color: rgb(36,117,220); }
td.TdClassName
{
border-color: #2475DC;
}
.TagClassName
{
border-color: #2475DC;
}
</style>