Shades of Royal Blue #2475DB
Tints of Royal Blue #2475DB
RGB
CMYK
RGB Variations
Color information
#2475DB (or 0x2475DB) is known color: Royal Blue. HEX triplet: 24, 75 and DB. RGB value is (36,117,219). Sum of RGB (Red+Green+Blue) = 36+117+219=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #2475DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2475DB is #DB8A24. Grayscale: #676767. Windows color (decimal): -14387749 or 14382372. OLE color: 14382372.
HSL color Cylindrical-coordinate representation of color #2475DB: hue angle of 213.44º 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 #2475DB is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 117 | 219 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.14 |
| HSL | 213.44º | 0.72% | 0.5% | - |
| HSV(B) | 213.44º | 0.84% | 0.86% | - |
| XYZ | 19.88 | 18.21 | 69.49 | - |
| YUV | 104.41 | 192.66 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 117 | 219 | 0.84 | 0.47 | 0 | 0.14 | 213.44 | 0.72 | 0.5 |
| Hex | 24 | 75 | DB | 54 | 2F | 0 | E | D5 | 48 | 32 |
| Octal | 44 | 165 | 333 | 124 | 57 | 0 | 16 | 325 | 110 | 62 |
| Binary | 100100 | 1110101 | 11011011 | 1010100 | 101111 | 0 | 1110 | 11010101 | 1001000 | 110010 |
Color Harmonies of #2475DB
Complementary color
Monochromatic Colors of #2475DB
Black with #2475DB
Text Example
Text Example
White with #2475DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2475DB; }
p { color: rgb(36,117,219); }
H1.HeaderClassName
{
color: #2475DB;
}
.AnyTagClassName
{
color: #2475DB;
}
</style>
background-color css
<style>
a { background-color: #2475DB; }
a { background-color: rgb(36,117,219); }
div.DivClassName
{
background-color: #2475DB;
}
.BgClassName
{
background-color: #2475DB;
}
</style>
border-color css
<style>
span { border-color: #2475DB; }
span { border-color: rgb(36,117,219); }
td.TdClassName
{
border-color: #2475DB;
}
.TagClassName
{
border-color: #2475DB;
}
</style>