Shades of Royal Blue #4157DB
Tints of Royal Blue #4157DB
RGB
CMYK
RGB Variations
Color information
#4157DB (or 0x4157DB) is known color: Royal Blue. HEX triplet: 41, 57 and DB. RGB value is (65,87,219). Sum of RGB (Red+Green+Blue) = 65+87+219=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #4157DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4157DB is #BEA824. Grayscale: #5E5E5E. Windows color (decimal): -12494885 or 14374721. OLE color: 14374721.
HSL color Cylindrical-coordinate representation of color #4157DB: hue angle of 231.43º degrees, saturation: 0.68, 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 #4157DB is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 87 | 219 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.14 |
| HSL | 231.43º | 0.68% | 0.56% | - |
| HSV(B) | 231.43º | 0.7% | 0.86% | - |
| XYZ | 18.37 | 13.05 | 68.57 | - |
| YUV | 95.47 | 197.71 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 87 | 219 | 0.70 | 0.60 | 0 | 0.14 | 231.43 | 0.68 | 0.56 |
| Hex | 41 | 57 | DB | 46 | 3C | 0 | E | E7 | 44 | 38 |
| Octal | 101 | 127 | 333 | 106 | 74 | 0 | 16 | 347 | 104 | 70 |
| Binary | 1000001 | 1010111 | 11011011 | 1000110 | 111100 | 0 | 1110 | 11100111 | 1000100 | 111000 |
Color Harmonies of #4157DB
Complementary color
Monochromatic Colors of #4157DB
Black with #4157DB
Text Example
Text Example
White with #4157DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4157DB; }
p { color: rgb(65,87,219); }
H1.HeaderClassName
{
color: #4157DB;
}
.AnyTagClassName
{
color: #4157DB;
}
</style>
background-color css
<style>
a { background-color: #4157DB; }
a { background-color: rgb(65,87,219); }
div.DivClassName
{
background-color: #4157DB;
}
.BgClassName
{
background-color: #4157DB;
}
</style>
border-color css
<style>
span { border-color: #4157DB; }
span { border-color: rgb(65,87,219); }
td.TdClassName
{
border-color: #4157DB;
}
.TagClassName
{
border-color: #4157DB;
}
</style>