Shades of Royal Blue #3E80F6
Tints of Royal Blue #3E80F6
RGB
CMYK
RGB Variations
Color information
#3E80F6 (or 0x3E80F6) is known color: Royal Blue. HEX triplet: 3E, 80 and F6. RGB value is (62,128,246). Sum of RGB (Red+Green+Blue) = 62+128+246=436 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.22% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #3E80F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E80F6 is #C17F09. Grayscale: #797979. Windows color (decimal): -12680970 or 16154686. OLE color: 16154686.
HSL color Cylindrical-coordinate representation of color #3E80F6: hue angle of 218.48º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E80F6 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 62 | 128 | 246 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.04 |
| HSL | 218.48º | 0.91% | 0.6% | - |
| HSV(B) | 218.48º | 0.75% | 0.96% | - |
| XYZ | 26.34 | 23.12 | 90.26 | - |
| YUV | 121.72 | 198.13 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 128 | 246 | 0.75 | 0.48 | 0 | 0.04 | 218.48 | 0.91 | 0.6 |
| Hex | 3E | 80 | F6 | 4B | 30 | 0 | 4 | DA | 5B | 3C |
| Octal | 76 | 200 | 366 | 113 | 60 | 0 | 4 | 332 | 133 | 74 |
| Binary | 111110 | 10000000 | 11110110 | 1001011 | 110000 | 0 | 100 | 11011010 | 1011011 | 111100 |
Color Harmonies of #3E80F6
Complementary color
Monochromatic Colors of #3E80F6
Black with #3E80F6
Text Example
Text Example
White with #3E80F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E80F6; }
p { color: rgb(62,128,246); }
H1.HeaderClassName
{
color: #3E80F6;
}
.AnyTagClassName
{
color: #3E80F6;
}
</style>
background-color css
<style>
a { background-color: #3E80F6; }
a { background-color: rgb(62,128,246); }
div.DivClassName
{
background-color: #3E80F6;
}
.BgClassName
{
background-color: #3E80F6;
}
</style>
border-color css
<style>
span { border-color: #3E80F6; }
span { border-color: rgb(62,128,246); }
td.TdClassName
{
border-color: #3E80F6;
}
.TagClassName
{
border-color: #3E80F6;
}
</style>