Shades of Royal Blue #3E81DF
Tints of Royal Blue #3E81DF
RGB
CMYK
RGB Variations
Color information
#3E81DF (or 0x3E81DF) is known color: Royal Blue. HEX triplet: 3E, 81 and DF. RGB value is (62,129,223). Sum of RGB (Red+Green+Blue) = 62+129+223=414 (54% of max value = 765). Red value is 62 (24.61% from 255 or 14.98% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E81DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E81DF is #C17E20. Grayscale: #777777. Windows color (decimal): -12680737 or 14647614. OLE color: 14647614.
HSL color Cylindrical-coordinate representation of color #3E81DF: hue angle of 215.03º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E81DF is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 129 | 223 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.13 |
| HSL | 215.03º | 0.72% | 0.56% | - |
| HSV(B) | 215.03º | 0.72% | 0.87% | - |
| XYZ | 23.16 | 22.05 | 72.85 | - |
| YUV | 119.68 | 186.3 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 129 | 223 | 0.72 | 0.42 | 0 | 0.13 | 215.03 | 0.72 | 0.56 |
| Hex | 3E | 81 | DF | 48 | 2A | 0 | D | D7 | 48 | 38 |
| Octal | 76 | 201 | 337 | 110 | 52 | 0 | 15 | 327 | 110 | 70 |
| Binary | 111110 | 10000001 | 11011111 | 1001000 | 101010 | 0 | 1101 | 11010111 | 1001000 | 111000 |
Color Harmonies of #3E81DF
Complementary color
Monochromatic Colors of #3E81DF
Black with #3E81DF
Text Example
Text Example
White with #3E81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E81DF; }
p { color: rgb(62,129,223); }
H1.HeaderClassName
{
color: #3E81DF;
}
.AnyTagClassName
{
color: #3E81DF;
}
</style>
background-color css
<style>
a { background-color: #3E81DF; }
a { background-color: rgb(62,129,223); }
div.DivClassName
{
background-color: #3E81DF;
}
.BgClassName
{
background-color: #3E81DF;
}
</style>
border-color css
<style>
span { border-color: #3E81DF; }
span { border-color: rgb(62,129,223); }
td.TdClassName
{
border-color: #3E81DF;
}
.TagClassName
{
border-color: #3E81DF;
}
</style>