Shades of Royal Blue #3B7BDF
Tints of Royal Blue #3B7BDF
RGB
CMYK
RGB Variations
Color information
#3B7BDF (or 0x3B7BDF) is known color: Royal Blue. HEX triplet: 3B, 7B and DF. RGB value is (59,123,223). Sum of RGB (Red+Green+Blue) = 59+123+223=405 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.57% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B7BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7BDF is #C48420. Grayscale: #727272. Windows color (decimal): -12878881 or 14646075. OLE color: 14646075.
HSL color Cylindrical-coordinate representation of color #3B7BDF: hue angle of 216.59º 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 #3B7BDF is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 123 | 223 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.13 |
| HSL | 216.59º | 0.72% | 0.55% | - |
| HSV(B) | 216.59º | 0.74% | 0.87% | - |
| XYZ | 22.21 | 20.42 | 72.58 | - |
| YUV | 115.26 | 188.8 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 123 | 223 | 0.74 | 0.45 | 0 | 0.13 | 216.59 | 0.72 | 0.55 |
| Hex | 3B | 7B | DF | 4A | 2D | 0 | D | D9 | 48 | 37 |
| Octal | 73 | 173 | 337 | 112 | 55 | 0 | 15 | 331 | 110 | 67 |
| Binary | 111011 | 1111011 | 11011111 | 1001010 | 101101 | 0 | 1101 | 11011001 | 1001000 | 110111 |
Color Harmonies of #3B7BDF
Complementary color
Monochromatic Colors of #3B7BDF
Black with #3B7BDF
Text Example
Text Example
White with #3B7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7BDF; }
p { color: rgb(59,123,223); }
H1.HeaderClassName
{
color: #3B7BDF;
}
.AnyTagClassName
{
color: #3B7BDF;
}
</style>
background-color css
<style>
a { background-color: #3B7BDF; }
a { background-color: rgb(59,123,223); }
div.DivClassName
{
background-color: #3B7BDF;
}
.BgClassName
{
background-color: #3B7BDF;
}
</style>
border-color css
<style>
span { border-color: #3B7BDF; }
span { border-color: rgb(59,123,223); }
td.TdClassName
{
border-color: #3B7BDF;
}
.TagClassName
{
border-color: #3B7BDF;
}
</style>