Shades of Royal Blue #3D7BDF
Tints of Royal Blue #3D7BDF
RGB
CMYK
RGB Variations
Color information
#3D7BDF (or 0x3D7BDF) is known color: Royal Blue. HEX triplet: 3D, 7B and DF. RGB value is (61,123,223). Sum of RGB (Red+Green+Blue) = 61+123+223=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D7BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7BDF is #C28420. Grayscale: #737373. Windows color (decimal): -12747809 or 14646077. OLE color: 14646077.
HSL color Cylindrical-coordinate representation of color #3D7BDF: hue angle of 217.04º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D7BDF is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 123 | 223 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.13 |
| HSL | 217.04º | 0.72% | 0.56% | - |
| HSV(B) | 217.04º | 0.73% | 0.87% | - |
| XYZ | 22.33 | 20.49 | 72.59 | - |
| YUV | 115.86 | 188.46 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 123 | 223 | 0.73 | 0.45 | 0 | 0.13 | 217.04 | 0.72 | 0.56 |
| Hex | 3D | 7B | DF | 49 | 2D | 0 | D | D9 | 48 | 38 |
| Octal | 75 | 173 | 337 | 111 | 55 | 0 | 15 | 331 | 110 | 70 |
| Binary | 111101 | 1111011 | 11011111 | 1001001 | 101101 | 0 | 1101 | 11011001 | 1001000 | 111000 |
Color Harmonies of #3D7BDF
Complementary color
Monochromatic Colors of #3D7BDF
Black with #3D7BDF
Text Example
Text Example
White with #3D7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7BDF; }
p { color: rgb(61,123,223); }
H1.HeaderClassName
{
color: #3D7BDF;
}
.AnyTagClassName
{
color: #3D7BDF;
}
</style>
background-color css
<style>
a { background-color: #3D7BDF; }
a { background-color: rgb(61,123,223); }
div.DivClassName
{
background-color: #3D7BDF;
}
.BgClassName
{
background-color: #3D7BDF;
}
</style>
border-color css
<style>
span { border-color: #3D7BDF; }
span { border-color: rgb(61,123,223); }
td.TdClassName
{
border-color: #3D7BDF;
}
.TagClassName
{
border-color: #3D7BDF;
}
</style>