Shades of Dodger Blue #3E85FA
Tints of Dodger Blue #3E85FA
RGB
CMYK
RGB Variations
Color information
#3E85FA (or 0x3E85FA) is known color: Dodger Blue. HEX triplet: 3E, 85 and FA. RGB value is (62,133,250). Sum of RGB (Red+Green+Blue) = 62+133+250=445 (58% of max value = 765). Red value is 62 (24.61% from 255 or 13.93% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E85FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E85FA is #C17A05. Grayscale: #7C7C7C. Windows color (decimal): -12679686 or 16418110. OLE color: 16418110.
HSL color Cylindrical-coordinate representation of color #3E85FA: hue angle of 217.34º 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 #3E85FA is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 133 | 250 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.02 |
| HSL | 217.34º | 0.95% | 0.61% | - |
| HSV(B) | 217.34º | 0.75% | 0.98% | - |
| XYZ | 27.63 | 24.7 | 93.75 | - |
| YUV | 125.11 | 198.48 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 133 | 250 | 0.75 | 0.47 | 0 | 0.02 | 217.34 | 0.95 | 0.61 |
| Hex | 3E | 85 | FA | 4B | 2F | 0 | 2 | D9 | 5F | 3D |
| Octal | 76 | 205 | 372 | 113 | 57 | 0 | 2 | 331 | 137 | 75 |
| Binary | 111110 | 10000101 | 11111010 | 1001011 | 101111 | 0 | 10 | 11011001 | 1011111 | 111101 |
Color Harmonies of #3E85FA
Complementary color
Monochromatic Colors of #3E85FA
Black with #3E85FA
Text Example
Text Example
White with #3E85FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E85FA; }
p { color: rgb(62,133,250); }
H1.HeaderClassName
{
color: #3E85FA;
}
.AnyTagClassName
{
color: #3E85FA;
}
</style>
background-color css
<style>
a { background-color: #3E85FA; }
a { background-color: rgb(62,133,250); }
div.DivClassName
{
background-color: #3E85FA;
}
.BgClassName
{
background-color: #3E85FA;
}
</style>
border-color css
<style>
span { border-color: #3E85FA; }
span { border-color: rgb(62,133,250); }
td.TdClassName
{
border-color: #3E85FA;
}
.TagClassName
{
border-color: #3E85FA;
}
</style>