Shades of Dodger Blue #3E84FA
Tints of Dodger Blue #3E84FA
RGB
CMYK
RGB Variations
Color information
#3E84FA (or 0x3E84FA) is known color: Dodger Blue. HEX triplet: 3E, 84 and FA. RGB value is (62,132,250). Sum of RGB (Red+Green+Blue) = 62+132+250=444 (58% of max value = 765). Red value is 62 (24.61% from 255 or 13.96% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E84FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E84FA is #C17B05. Grayscale: #7B7B7B. Windows color (decimal): -12679942 or 16417854. OLE color: 16417854.
HSL color Cylindrical-coordinate representation of color #3E84FA: hue angle of 217.66º 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 #3E84FA is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 132 | 250 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.02 |
| HSL | 217.66º | 0.95% | 0.61% | - |
| HSV(B) | 217.66º | 0.75% | 0.98% | - |
| XYZ | 27.49 | 24.43 | 93.71 | - |
| YUV | 124.52 | 198.81 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 132 | 250 | 0.75 | 0.47 | 0 | 0.02 | 217.66 | 0.95 | 0.61 |
| Hex | 3E | 84 | FA | 4B | 2F | 0 | 2 | DA | 5F | 3D |
| Octal | 76 | 204 | 372 | 113 | 57 | 0 | 2 | 332 | 137 | 75 |
| Binary | 111110 | 10000100 | 11111010 | 1001011 | 101111 | 0 | 10 | 11011010 | 1011111 | 111101 |
Color Harmonies of #3E84FA
Complementary color
Monochromatic Colors of #3E84FA
Black with #3E84FA
Text Example
Text Example
White with #3E84FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E84FA; }
p { color: rgb(62,132,250); }
H1.HeaderClassName
{
color: #3E84FA;
}
.AnyTagClassName
{
color: #3E84FA;
}
</style>
background-color css
<style>
a { background-color: #3E84FA; }
a { background-color: rgb(62,132,250); }
div.DivClassName
{
background-color: #3E84FA;
}
.BgClassName
{
background-color: #3E84FA;
}
</style>
border-color css
<style>
span { border-color: #3E84FA; }
span { border-color: rgb(62,132,250); }
td.TdClassName
{
border-color: #3E84FA;
}
.TagClassName
{
border-color: #3E84FA;
}
</style>