Shades of Dodger Blue #3E8DFA
Tints of Dodger Blue #3E8DFA
RGB
CMYK
RGB Variations
Color information
#3E8DFA (or 0x3E8DFA) is known color: Dodger Blue. HEX triplet: 3E, 8D and FA. RGB value is (62,141,250). Sum of RGB (Red+Green+Blue) = 62+141+250=453 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.69% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E8DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E8DFA is #C17205. Grayscale: #818181. Windows color (decimal): -12677638 or 16420158. OLE color: 16420158.
HSL color Cylindrical-coordinate representation of color #3E8DFA: hue angle of 214.79º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E8DFA is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 141 | 250 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.02 |
| HSL | 214.79º | 0.95% | 0.61% | - |
| HSV(B) | 214.79º | 0.75% | 0.98% | - |
| XYZ | 28.77 | 26.98 | 94.13 | - |
| YUV | 129.81 | 195.83 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 141 | 250 | 0.75 | 0.44 | 0 | 0.02 | 214.79 | 0.95 | 0.61 |
| Hex | 3E | 8D | FA | 4B | 2C | 0 | 2 | D7 | 5F | 3D |
| Octal | 76 | 215 | 372 | 113 | 54 | 0 | 2 | 327 | 137 | 75 |
| Binary | 111110 | 10001101 | 11111010 | 1001011 | 101100 | 0 | 10 | 11010111 | 1011111 | 111101 |
Color Harmonies of #3E8DFA
Complementary color
Monochromatic Colors of #3E8DFA
Black with #3E8DFA
Text Example
Text Example
White with #3E8DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8DFA; }
p { color: rgb(62,141,250); }
H1.HeaderClassName
{
color: #3E8DFA;
}
.AnyTagClassName
{
color: #3E8DFA;
}
</style>
background-color css
<style>
a { background-color: #3E8DFA; }
a { background-color: rgb(62,141,250); }
div.DivClassName
{
background-color: #3E8DFA;
}
.BgClassName
{
background-color: #3E8DFA;
}
</style>
border-color css
<style>
span { border-color: #3E8DFA; }
span { border-color: rgb(62,141,250); }
td.TdClassName
{
border-color: #3E8DFA;
}
.TagClassName
{
border-color: #3E8DFA;
}
</style>