Shades of Royal Blue #3E83DC
Tints of Royal Blue #3E83DC
RGB
CMYK
RGB Variations
Color information
#3E83DC (or 0x3E83DC) is known color: Royal Blue. HEX triplet: 3E, 83 and DC. RGB value is (62,131,220). Sum of RGB (Red+Green+Blue) = 62+131+220=413 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.01% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E83DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E83DC is #C17C23. Grayscale: #787878. Windows color (decimal): -12680228 or 14451518. OLE color: 14451518.
HSL color Cylindrical-coordinate representation of color #3E83DC: hue angle of 213.8º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E83DC is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 131 | 220 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.14 |
| HSL | 213.8º | 0.69% | 0.55% | - |
| HSV(B) | 213.8º | 0.72% | 0.86% | - |
| XYZ | 23.02 | 22.42 | 70.83 | - |
| YUV | 120.52 | 184.14 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 131 | 220 | 0.72 | 0.40 | 0 | 0.14 | 213.8 | 0.69 | 0.55 |
| Hex | 3E | 83 | DC | 48 | 28 | 0 | E | D6 | 45 | 37 |
| Octal | 76 | 203 | 334 | 110 | 50 | 0 | 16 | 326 | 105 | 67 |
| Binary | 111110 | 10000011 | 11011100 | 1001000 | 101000 | 0 | 1110 | 11010110 | 1000101 | 110111 |
Color Harmonies of #3E83DC
Complementary color
Monochromatic Colors of #3E83DC
Black with #3E83DC
Text Example
Text Example
White with #3E83DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E83DC; }
p { color: rgb(62,131,220); }
H1.HeaderClassName
{
color: #3E83DC;
}
.AnyTagClassName
{
color: #3E83DC;
}
</style>
background-color css
<style>
a { background-color: #3E83DC; }
a { background-color: rgb(62,131,220); }
div.DivClassName
{
background-color: #3E83DC;
}
.BgClassName
{
background-color: #3E83DC;
}
</style>
border-color css
<style>
span { border-color: #3E83DC; }
span { border-color: rgb(62,131,220); }
td.TdClassName
{
border-color: #3E83DC;
}
.TagClassName
{
border-color: #3E83DC;
}
</style>