Shades of Royal Blue #3B7FDF
Tints of Royal Blue #3B7FDF
RGB
CMYK
RGB Variations
Color information
#3B7FDF (or 0x3B7FDF) is known color: Royal Blue. HEX triplet: 3B, 7F and DF. RGB value is (59,127,223). Sum of RGB (Red+Green+Blue) = 59+127+223=409 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.43% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B7FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7FDF is #C48020. Grayscale: #757575. Windows color (decimal): -12877857 or 14647099. OLE color: 14647099.
HSL color Cylindrical-coordinate representation of color #3B7FDF: hue angle of 215.12º 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 #3B7FDF is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 127 | 223 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.13 |
| HSL | 215.12º | 0.72% | 0.55% | - |
| HSV(B) | 215.12º | 0.74% | 0.87% | - |
| XYZ | 22.71 | 21.44 | 72.75 | - |
| YUV | 117.61 | 187.47 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 127 | 223 | 0.74 | 0.43 | 0 | 0.13 | 215.12 | 0.72 | 0.55 |
| Hex | 3B | 7F | DF | 4A | 2B | 0 | D | D7 | 48 | 37 |
| Octal | 73 | 177 | 337 | 112 | 53 | 0 | 15 | 327 | 110 | 67 |
| Binary | 111011 | 1111111 | 11011111 | 1001010 | 101011 | 0 | 1101 | 11010111 | 1001000 | 110111 |
Color Harmonies of #3B7FDF
Complementary color
Monochromatic Colors of #3B7FDF
Black with #3B7FDF
Text Example
Text Example
White with #3B7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7FDF; }
p { color: rgb(59,127,223); }
H1.HeaderClassName
{
color: #3B7FDF;
}
.AnyTagClassName
{
color: #3B7FDF;
}
</style>
background-color css
<style>
a { background-color: #3B7FDF; }
a { background-color: rgb(59,127,223); }
div.DivClassName
{
background-color: #3B7FDF;
}
.BgClassName
{
background-color: #3B7FDF;
}
</style>
border-color css
<style>
span { border-color: #3B7FDF; }
span { border-color: rgb(59,127,223); }
td.TdClassName
{
border-color: #3B7FDF;
}
.TagClassName
{
border-color: #3B7FDF;
}
</style>