Shades of Royal Blue #2478DD
Tints of Royal Blue #2478DD
RGB
CMYK
RGB Variations
Color information
#2478DD (or 0x2478DD) is known color: Royal Blue. HEX triplet: 24, 78 and DD. RGB value is (36,120,221). Sum of RGB (Red+Green+Blue) = 36+120+221=377 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.55% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #2478DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2478DD is #DB8722. Grayscale: #696969. Windows color (decimal): -14386979 or 14514212. OLE color: 14514212.
HSL color Cylindrical-coordinate representation of color #2478DD: hue angle of 212.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2478DD is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 120 | 221 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.13 |
| HSL | 212.76º | 0.73% | 0.5% | - |
| HSV(B) | 212.76º | 0.84% | 0.87% | - |
| XYZ | 20.5 | 19.03 | 71 | - |
| YUV | 106.4 | 192.67 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 120 | 221 | 0.84 | 0.46 | 0 | 0.13 | 212.76 | 0.73 | 0.5 |
| Hex | 24 | 78 | DD | 54 | 2E | 0 | D | D5 | 49 | 32 |
| Octal | 44 | 170 | 335 | 124 | 56 | 0 | 15 | 325 | 111 | 62 |
| Binary | 100100 | 1111000 | 11011101 | 1010100 | 101110 | 0 | 1101 | 11010101 | 1001001 | 110010 |
Color Harmonies of #2478DD
Complementary color
Monochromatic Colors of #2478DD
Black with #2478DD
Text Example
Text Example
White with #2478DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2478DD; }
p { color: rgb(36,120,221); }
H1.HeaderClassName
{
color: #2478DD;
}
.AnyTagClassName
{
color: #2478DD;
}
</style>
background-color css
<style>
a { background-color: #2478DD; }
a { background-color: rgb(36,120,221); }
div.DivClassName
{
background-color: #2478DD;
}
.BgClassName
{
background-color: #2478DD;
}
</style>
border-color css
<style>
span { border-color: #2478DD; }
span { border-color: rgb(36,120,221); }
td.TdClassName
{
border-color: #2478DD;
}
.TagClassName
{
border-color: #2478DD;
}
</style>