Shades of Royal Blue #4158DC
Tints of Royal Blue #4158DC
RGB
CMYK
RGB Variations
Color information
#4158DC (or 0x4158DC) is known color: Royal Blue. HEX triplet: 41, 58 and DC. RGB value is (65,88,220). Sum of RGB (Red+Green+Blue) = 65+88+220=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 88 (34.77% from 255 or 23.59% 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 #4158DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4158DC is #BEA723. Grayscale: #5F5F5F. Windows color (decimal): -12494628 or 14440513. OLE color: 14440513.
HSL color Cylindrical-coordinate representation of color #4158DC: hue angle of 231.1º 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 #4158DC is Cyan = 0.70, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 88 | 220 | - |
| CMYK | 0.70 | 0.6 | 0 | 0.14 |
| HSL | 231.1º | 0.69% | 0.56% | - |
| HSV(B) | 231.1º | 0.7% | 0.86% | - |
| XYZ | 18.59 | 13.27 | 69.29 | - |
| YUV | 96.17 | 197.88 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 88 | 220 | 0.70 | 0.6 | 0 | 0.14 | 231.1 | 0.69 | 0.56 |
| Hex | 41 | 58 | DC | 46 | 3C | 0 | E | E7 | 45 | 38 |
| Octal | 101 | 130 | 334 | 106 | 74 | 0 | 16 | 347 | 105 | 70 |
| Binary | 1000001 | 1011000 | 11011100 | 1000110 | 111100 | 0 | 1110 | 11100111 | 1000101 | 111000 |
Color Harmonies of #4158DC
Complementary color
Monochromatic Colors of #4158DC
Black with #4158DC
Text Example
Text Example
White with #4158DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4158DC; }
p { color: rgb(65,88,220); }
H1.HeaderClassName
{
color: #4158DC;
}
.AnyTagClassName
{
color: #4158DC;
}
</style>
background-color css
<style>
a { background-color: #4158DC; }
a { background-color: rgb(65,88,220); }
div.DivClassName
{
background-color: #4158DC;
}
.BgClassName
{
background-color: #4158DC;
}
</style>
border-color css
<style>
span { border-color: #4158DC; }
span { border-color: rgb(65,88,220); }
td.TdClassName
{
border-color: #4158DC;
}
.TagClassName
{
border-color: #4158DC;
}
</style>