Shades of Royal Blue #3A7FDB
Tints of Royal Blue #3A7FDB
RGB
CMYK
RGB Variations
Color information
#3A7FDB (or 0x3A7FDB) is known color: Royal Blue. HEX triplet: 3A, 7F and DB. RGB value is (58,127,219). Sum of RGB (Red+Green+Blue) = 58+127+219=404 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.36% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A7FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7FDB is #C58024. Grayscale: #747474. Windows color (decimal): -12943397 or 14384954. OLE color: 14384954.
HSL color Cylindrical-coordinate representation of color #3A7FDB: hue angle of 214.29º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A7FDB is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 127 | 219 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.14 |
| HSL | 214.29º | 0.69% | 0.54% | - |
| HSV(B) | 214.29º | 0.74% | 0.86% | - |
| XYZ | 22.12 | 21.19 | 69.94 | - |
| YUV | 116.86 | 185.64 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 127 | 219 | 0.74 | 0.42 | 0 | 0.14 | 214.29 | 0.69 | 0.54 |
| Hex | 3A | 7F | DB | 4A | 2A | 0 | E | D6 | 45 | 36 |
| Octal | 72 | 177 | 333 | 112 | 52 | 0 | 16 | 326 | 105 | 66 |
| Binary | 111010 | 1111111 | 11011011 | 1001010 | 101010 | 0 | 1110 | 11010110 | 1000101 | 110110 |
Color Harmonies of #3A7FDB
Complementary color
Monochromatic Colors of #3A7FDB
Black with #3A7FDB
Text Example
Text Example
White with #3A7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7FDB; }
p { color: rgb(58,127,219); }
H1.HeaderClassName
{
color: #3A7FDB;
}
.AnyTagClassName
{
color: #3A7FDB;
}
</style>
background-color css
<style>
a { background-color: #3A7FDB; }
a { background-color: rgb(58,127,219); }
div.DivClassName
{
background-color: #3A7FDB;
}
.BgClassName
{
background-color: #3A7FDB;
}
</style>
border-color css
<style>
span { border-color: #3A7FDB; }
span { border-color: rgb(58,127,219); }
td.TdClassName
{
border-color: #3A7FDB;
}
.TagClassName
{
border-color: #3A7FDB;
}
</style>