Shades of Dodger Blue #3E8CF1
Tints of Dodger Blue #3E8CF1
RGB
CMYK
RGB Variations
Color information
#3E8CF1 (or 0x3E8CF1) is known color: Dodger Blue. HEX triplet: 3E, 8C and F1. RGB value is (62,140,241). Sum of RGB (Red+Green+Blue) = 62+140+241=443 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.00% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #3E8CF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E8CF1 is #C1730E. Grayscale: #7F7F7F. Windows color (decimal): -12677903 or 15830078. OLE color: 15830078.
HSL color Cylindrical-coordinate representation of color #3E8CF1: hue angle of 213.85º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E8CF1 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 140 | 241 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.05 |
| HSL | 213.85º | 0.86% | 0.59% | - |
| HSV(B) | 213.85º | 0.74% | 0.95% | - |
| XYZ | 27.24 | 26.13 | 86.83 | - |
| YUV | 128.19 | 191.66 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 140 | 241 | 0.74 | 0.42 | 0 | 0.05 | 213.85 | 0.86 | 0.59 |
| Hex | 3E | 8C | F1 | 4A | 2A | 0 | 5 | D6 | 56 | 3B |
| Octal | 76 | 214 | 361 | 112 | 52 | 0 | 5 | 326 | 126 | 73 |
| Binary | 111110 | 10001100 | 11110001 | 1001010 | 101010 | 0 | 101 | 11010110 | 1010110 | 111011 |
Color Harmonies of #3E8CF1
Complementary color
Monochromatic Colors of #3E8CF1
Black with #3E8CF1
Text Example
Text Example
White with #3E8CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8CF1; }
p { color: rgb(62,140,241); }
H1.HeaderClassName
{
color: #3E8CF1;
}
.AnyTagClassName
{
color: #3E8CF1;
}
</style>
background-color css
<style>
a { background-color: #3E8CF1; }
a { background-color: rgb(62,140,241); }
div.DivClassName
{
background-color: #3E8CF1;
}
.BgClassName
{
background-color: #3E8CF1;
}
</style>
border-color css
<style>
span { border-color: #3E8CF1; }
span { border-color: rgb(62,140,241); }
td.TdClassName
{
border-color: #3E8CF1;
}
.TagClassName
{
border-color: #3E8CF1;
}
</style>