Shades of Royal Blue #4180DF
Tints of Royal Blue #4180DF
RGB
CMYK
RGB Variations
Color information
#4180DF (or 0x4180DF) is known color: Royal Blue. HEX triplet: 41, 80 and DF. RGB value is (65,128,223). Sum of RGB (Red+Green+Blue) = 65+128+223=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #4180DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4180DF is #BE7F20. Grayscale: #777777. Windows color (decimal): -12484385 or 14647361. OLE color: 14647361.
HSL color Cylindrical-coordinate representation of color #4180DF: hue angle of 216.08º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4180DF is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 128 | 223 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.13 |
| HSL | 216.08º | 0.71% | 0.56% | - |
| HSV(B) | 216.08º | 0.71% | 0.87% | - |
| XYZ | 23.22 | 21.89 | 72.81 | - |
| YUV | 119.99 | 186.13 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 223 | 0.71 | 0.43 | 0 | 0.13 | 216.08 | 0.71 | 0.56 |
| Hex | 41 | 80 | DF | 47 | 2B | 0 | D | D8 | 47 | 38 |
| Octal | 101 | 200 | 337 | 107 | 53 | 0 | 15 | 330 | 107 | 70 |
| Binary | 1000001 | 10000000 | 11011111 | 1000111 | 101011 | 0 | 1101 | 11011000 | 1000111 | 111000 |
Color Harmonies of #4180DF
Complementary color
Monochromatic Colors of #4180DF
Black with #4180DF
Text Example
Text Example
White with #4180DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4180DF; }
p { color: rgb(65,128,223); }
H1.HeaderClassName
{
color: #4180DF;
}
.AnyTagClassName
{
color: #4180DF;
}
</style>
background-color css
<style>
a { background-color: #4180DF; }
a { background-color: rgb(65,128,223); }
div.DivClassName
{
background-color: #4180DF;
}
.BgClassName
{
background-color: #4180DF;
}
</style>
border-color css
<style>
span { border-color: #4180DF; }
span { border-color: rgb(65,128,223); }
td.TdClassName
{
border-color: #4180DF;
}
.TagClassName
{
border-color: #4180DF;
}
</style>