Shades of Dodger Blue #3E93FA
Tints of Dodger Blue #3E93FA
RGB
CMYK
RGB Variations
Color information
#3E93FA (or 0x3E93FA) is known color: Dodger Blue. HEX triplet: 3E, 93 and FA. RGB value is (62,147,250). Sum of RGB (Red+Green+Blue) = 62+147+250=459 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.51% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E93FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E93FA is #C16C05. Grayscale: #848484. Windows color (decimal): -12676102 or 16421694. OLE color: 16421694.
HSL color Cylindrical-coordinate representation of color #3E93FA: hue angle of 212.87º 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 #3E93FA is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 147 | 250 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.02 |
| HSL | 212.87º | 0.95% | 0.61% | - |
| HSV(B) | 212.87º | 0.75% | 0.98% | - |
| XYZ | 29.68 | 28.79 | 94.44 | - |
| YUV | 133.33 | 193.84 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 147 | 250 | 0.75 | 0.41 | 0 | 0.02 | 212.87 | 0.95 | 0.61 |
| Hex | 3E | 93 | FA | 4B | 29 | 0 | 2 | D5 | 5F | 3D |
| Octal | 76 | 223 | 372 | 113 | 51 | 0 | 2 | 325 | 137 | 75 |
| Binary | 111110 | 10010011 | 11111010 | 1001011 | 101001 | 0 | 10 | 11010101 | 1011111 | 111101 |
Color Harmonies of #3E93FA
Complementary color
Monochromatic Colors of #3E93FA
Black with #3E93FA
Text Example
Text Example
White with #3E93FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E93FA; }
p { color: rgb(62,147,250); }
H1.HeaderClassName
{
color: #3E93FA;
}
.AnyTagClassName
{
color: #3E93FA;
}
</style>
background-color css
<style>
a { background-color: #3E93FA; }
a { background-color: rgb(62,147,250); }
div.DivClassName
{
background-color: #3E93FA;
}
.BgClassName
{
background-color: #3E93FA;
}
</style>
border-color css
<style>
span { border-color: #3E93FA; }
span { border-color: rgb(62,147,250); }
td.TdClassName
{
border-color: #3E93FA;
}
.TagClassName
{
border-color: #3E93FA;
}
</style>