Shades of Royal Blue #3B7BEF
Tints of Royal Blue #3B7BEF
RGB
CMYK
RGB Variations
Color information
#3B7BEF (or 0x3B7BEF) is known color: Royal Blue. HEX triplet: 3B, 7B and EF. RGB value is (59,123,239). Sum of RGB (Red+Green+Blue) = 59+123+239=421 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.01% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #3B7BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B7BEF is #C48410. Grayscale: #747474. Windows color (decimal): -12878865 or 15694651. OLE color: 15694651.
HSL color Cylindrical-coordinate representation of color #3B7BEF: hue angle of 218.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B7BEF is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 123 | 239 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.06 |
| HSL | 218.67º | 0.85% | 0.58% | - |
| HSV(B) | 218.67º | 0.75% | 0.94% | - |
| XYZ | 24.47 | 21.33 | 84.49 | - |
| YUV | 117.09 | 196.8 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 123 | 239 | 0.75 | 0.49 | 0 | 0.06 | 218.67 | 0.85 | 0.58 |
| Hex | 3B | 7B | EF | 4B | 31 | 0 | 6 | DB | 55 | 3A |
| Octal | 73 | 173 | 357 | 113 | 61 | 0 | 6 | 333 | 125 | 72 |
| Binary | 111011 | 1111011 | 11101111 | 1001011 | 110001 | 0 | 110 | 11011011 | 1010101 | 111010 |
Color Harmonies of #3B7BEF
Complementary color
Monochromatic Colors of #3B7BEF
Black with #3B7BEF
Text Example
Text Example
White with #3B7BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7BEF; }
p { color: rgb(59,123,239); }
H1.HeaderClassName
{
color: #3B7BEF;
}
.AnyTagClassName
{
color: #3B7BEF;
}
</style>
background-color css
<style>
a { background-color: #3B7BEF; }
a { background-color: rgb(59,123,239); }
div.DivClassName
{
background-color: #3B7BEF;
}
.BgClassName
{
background-color: #3B7BEF;
}
</style>
border-color css
<style>
span { border-color: #3B7BEF; }
span { border-color: rgb(59,123,239); }
td.TdClassName
{
border-color: #3B7BEF;
}
.TagClassName
{
border-color: #3B7BEF;
}
</style>