Shades of Dodger Blue #3E83FD
Tints of Dodger Blue #3E83FD
RGB
CMYK
RGB Variations
Color information
#3E83FD (or 0x3E83FD) is known color: Dodger Blue. HEX triplet: 3E, 83 and FD. RGB value is (62,131,253). Sum of RGB (Red+Green+Blue) = 62+131+253=446 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.90% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #3E83FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E83FD is #C17C02. Grayscale: #7B7B7B. Windows color (decimal): -12680195 or 16614206. OLE color: 16614206.
HSL color Cylindrical-coordinate representation of color #3E83FD: hue angle of 218.32º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E83FD is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 131 | 253 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.01 |
| HSL | 218.32º | 0.98% | 0.62% | - |
| HSV(B) | 218.32º | 0.75% | 0.99% | - |
| XYZ | 27.83 | 24.35 | 96.16 | - |
| YUV | 124.28 | 200.64 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 131 | 253 | 0.75 | 0.48 | 0 | 0.01 | 218.32 | 0.98 | 0.62 |
| Hex | 3E | 83 | FD | 4B | 30 | 0 | 1 | DA | 62 | 3E |
| Octal | 76 | 203 | 375 | 113 | 60 | 0 | 1 | 332 | 142 | 76 |
| Binary | 111110 | 10000011 | 11111101 | 1001011 | 110000 | 0 | 1 | 11011010 | 1100010 | 111110 |
Color Harmonies of #3E83FD
Complementary color
Monochromatic Colors of #3E83FD
Black with #3E83FD
Text Example
Text Example
White with #3E83FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E83FD; }
p { color: rgb(62,131,253); }
H1.HeaderClassName
{
color: #3E83FD;
}
.AnyTagClassName
{
color: #3E83FD;
}
</style>
background-color css
<style>
a { background-color: #3E83FD; }
a { background-color: rgb(62,131,253); }
div.DivClassName
{
background-color: #3E83FD;
}
.BgClassName
{
background-color: #3E83FD;
}
</style>
border-color css
<style>
span { border-color: #3E83FD; }
span { border-color: rgb(62,131,253); }
td.TdClassName
{
border-color: #3E83FD;
}
.TagClassName
{
border-color: #3E83FD;
}
</style>