Shades of Royal Blue #3D7EFB
Tints of Royal Blue #3D7EFB
RGB
CMYK
RGB Variations
Color information
#3D7EFB (or 0x3D7EFB) is known color: Royal Blue. HEX triplet: 3D, 7E and FB. RGB value is (61,126,251). Sum of RGB (Red+Green+Blue) = 61+126+251=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #3D7EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D7EFB is #C28104. Grayscale: #787878. Windows color (decimal): -12747013 or 16481853. OLE color: 16481853.
HSL color Cylindrical-coordinate representation of color #3D7EFB: hue angle of 219.47º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D7EFB is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 126 | 251 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.02 |
| HSL | 219.47º | 0.96% | 0.61% | - |
| HSV(B) | 219.47º | 0.76% | 0.98% | - |
| XYZ | 26.8 | 22.88 | 94.27 | - |
| YUV | 120.82 | 201.47 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 126 | 251 | 0.76 | 0.50 | 0 | 0.02 | 219.47 | 0.96 | 0.61 |
| Hex | 3D | 7E | FB | 4C | 32 | 0 | 2 | DB | 60 | 3D |
| Octal | 75 | 176 | 373 | 114 | 62 | 0 | 2 | 333 | 140 | 75 |
| Binary | 111101 | 1111110 | 11111011 | 1001100 | 110010 | 0 | 10 | 11011011 | 1100000 | 111101 |
Color Harmonies of #3D7EFB
Complementary color
Monochromatic Colors of #3D7EFB
Black with #3D7EFB
Text Example
Text Example
White with #3D7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7EFB; }
p { color: rgb(61,126,251); }
H1.HeaderClassName
{
color: #3D7EFB;
}
.AnyTagClassName
{
color: #3D7EFB;
}
</style>
background-color css
<style>
a { background-color: #3D7EFB; }
a { background-color: rgb(61,126,251); }
div.DivClassName
{
background-color: #3D7EFB;
}
.BgClassName
{
background-color: #3D7EFB;
}
</style>
border-color css
<style>
span { border-color: #3D7EFB; }
span { border-color: rgb(61,126,251); }
td.TdClassName
{
border-color: #3D7EFB;
}
.TagClassName
{
border-color: #3D7EFB;
}
</style>