Shades of Royal Blue #4180DC
Tints of Royal Blue #4180DC
RGB
CMYK
RGB Variations
Color information
#4180DC (or 0x4180DC) is known color: Royal Blue. HEX triplet: 41, 80 and DC. RGB value is (65,128,220). Sum of RGB (Red+Green+Blue) = 65+128+220=413 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.74% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #4180DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4180DC is #BE7F23. Grayscale: #777777. Windows color (decimal): -12484388 or 14450753. OLE color: 14450753.
HSL color Cylindrical-coordinate representation of color #4180DC: hue angle of 215.61º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4180DC is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 128 | 220 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.14 |
| HSL | 215.61º | 0.69% | 0.56% | - |
| HSV(B) | 215.61º | 0.7% | 0.86% | - |
| XYZ | 22.82 | 21.73 | 70.7 | - |
| YUV | 119.65 | 184.63 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 220 | 0.70 | 0.42 | 0 | 0.14 | 215.61 | 0.69 | 0.56 |
| Hex | 41 | 80 | DC | 46 | 2A | 0 | E | D8 | 45 | 38 |
| Octal | 101 | 200 | 334 | 106 | 52 | 0 | 16 | 330 | 105 | 70 |
| Binary | 1000001 | 10000000 | 11011100 | 1000110 | 101010 | 0 | 1110 | 11011000 | 1000101 | 111000 |
Color Harmonies of #4180DC
Complementary color
Monochromatic Colors of #4180DC
Black with #4180DC
Text Example
Text Example
White with #4180DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4180DC; }
p { color: rgb(65,128,220); }
H1.HeaderClassName
{
color: #4180DC;
}
.AnyTagClassName
{
color: #4180DC;
}
</style>
background-color css
<style>
a { background-color: #4180DC; }
a { background-color: rgb(65,128,220); }
div.DivClassName
{
background-color: #4180DC;
}
.BgClassName
{
background-color: #4180DC;
}
</style>
border-color css
<style>
span { border-color: #4180DC; }
span { border-color: rgb(65,128,220); }
td.TdClassName
{
border-color: #4180DC;
}
.TagClassName
{
border-color: #4180DC;
}
</style>