Shades of Royal Blue #4157DC
Tints of Royal Blue #4157DC
RGB
CMYK
RGB Variations
Color information
#4157DC (or 0x4157DC) is known color: Royal Blue. HEX triplet: 41, 57 and DC. RGB value is (65,87,220). Sum of RGB (Red+Green+Blue) = 65+87+220=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #4157DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4157DC is #BEA823. Grayscale: #5F5F5F. Windows color (decimal): -12494884 or 14440257. OLE color: 14440257.
HSL color Cylindrical-coordinate representation of color #4157DC: hue angle of 231.48º 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 #4157DC is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 87 | 220 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.14 |
| HSL | 231.48º | 0.69% | 0.56% | - |
| HSV(B) | 231.48º | 0.7% | 0.86% | - |
| XYZ | 18.51 | 13.11 | 69.26 | - |
| YUV | 95.58 | 198.21 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 87 | 220 | 0.70 | 0.60 | 0 | 0.14 | 231.48 | 0.69 | 0.56 |
| Hex | 41 | 57 | DC | 46 | 3C | 0 | E | E7 | 45 | 38 |
| Octal | 101 | 127 | 334 | 106 | 74 | 0 | 16 | 347 | 105 | 70 |
| Binary | 1000001 | 1010111 | 11011100 | 1000110 | 111100 | 0 | 1110 | 11100111 | 1000101 | 111000 |
Color Harmonies of #4157DC
Complementary color
Monochromatic Colors of #4157DC
Black with #4157DC
Text Example
Text Example
White with #4157DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4157DC; }
p { color: rgb(65,87,220); }
H1.HeaderClassName
{
color: #4157DC;
}
.AnyTagClassName
{
color: #4157DC;
}
</style>
background-color css
<style>
a { background-color: #4157DC; }
a { background-color: rgb(65,87,220); }
div.DivClassName
{
background-color: #4157DC;
}
.BgClassName
{
background-color: #4157DC;
}
</style>
border-color css
<style>
span { border-color: #4157DC; }
span { border-color: rgb(65,87,220); }
td.TdClassName
{
border-color: #4157DC;
}
.TagClassName
{
border-color: #4157DC;
}
</style>