Shades of Royal Blue #3A7BDF
Tints of Royal Blue #3A7BDF
RGB
CMYK
RGB Variations
Color information
#3A7BDF (or 0x3A7BDF) is known color: Royal Blue. HEX triplet: 3A, 7B and DF. RGB value is (58,123,223). Sum of RGB (Red+Green+Blue) = 58+123+223=404 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.36% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A7BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7BDF is #C58420. Grayscale: #727272. Windows color (decimal): -12944417 or 14646074. OLE color: 14646074.
HSL color Cylindrical-coordinate representation of color #3A7BDF: hue angle of 216.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A7BDF is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 123 | 223 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.13 |
| HSL | 216.36º | 0.72% | 0.55% | - |
| HSV(B) | 216.36º | 0.74% | 0.87% | - |
| XYZ | 22.15 | 20.39 | 72.58 | - |
| YUV | 114.97 | 188.97 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 223 | 0.74 | 0.45 | 0 | 0.13 | 216.36 | 0.72 | 0.55 |
| Hex | 3A | 7B | DF | 4A | 2D | 0 | D | D8 | 48 | 37 |
| Octal | 72 | 173 | 337 | 112 | 55 | 0 | 15 | 330 | 110 | 67 |
| Binary | 111010 | 1111011 | 11011111 | 1001010 | 101101 | 0 | 1101 | 11011000 | 1001000 | 110111 |
Color Harmonies of #3A7BDF
Complementary color
Monochromatic Colors of #3A7BDF
Black with #3A7BDF
Text Example
Text Example
White with #3A7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7BDF; }
p { color: rgb(58,123,223); }
H1.HeaderClassName
{
color: #3A7BDF;
}
.AnyTagClassName
{
color: #3A7BDF;
}
</style>
background-color css
<style>
a { background-color: #3A7BDF; }
a { background-color: rgb(58,123,223); }
div.DivClassName
{
background-color: #3A7BDF;
}
.BgClassName
{
background-color: #3A7BDF;
}
</style>
border-color css
<style>
span { border-color: #3A7BDF; }
span { border-color: rgb(58,123,223); }
td.TdClassName
{
border-color: #3A7BDF;
}
.TagClassName
{
border-color: #3A7BDF;
}
</style>