Shades of Dodger Blue #3A7EFF
Tints of Dodger Blue #3A7EFF
RGB
CMYK
RGB Variations
Color information
#3A7EFF (or 0x3A7EFF) is known color: Dodger Blue. HEX triplet: 3A, 7E and FF. RGB value is (58,126,255). Sum of RGB (Red+Green+Blue) = 58+126+255=439 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.21% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A7EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A7EFF is #C58100. Grayscale: #777777. Windows color (decimal): -12943617 or 16743994. OLE color: 16743994.
HSL color Cylindrical-coordinate representation of color #3A7EFF: hue angle of 219.29º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A7EFF is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 126 | 255 | - |
| CMYK | 0.77 | 0.51 | 0 | 0 |
| HSL | 219.29º | 1% | 0.61% | - |
| HSV(B) | 219.29º | 0.77% | 1% | - |
| XYZ | 27.26 | 23.04 | 97.62 | - |
| YUV | 120.37 | 203.97 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 126 | 255 | 0.77 | 0.51 | 0 | 0 | 219.29 | 1 | 0.61 |
| Hex | 3A | 7E | FF | 4D | 33 | 0 | 0 | DB | 64 | 3D |
| Octal | 72 | 176 | 377 | 115 | 63 | 0 | 0 | 333 | 144 | 75 |
| Binary | 111010 | 1111110 | 11111111 | 1001101 | 110011 | 0 | 0 | 11011011 | 1100100 | 111101 |
Color Harmonies of #3A7EFF
Complementary color
Monochromatic Colors of #3A7EFF
Black with #3A7EFF
Text Example
Text Example
White with #3A7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7EFF; }
p { color: rgb(58,126,255); }
H1.HeaderClassName
{
color: #3A7EFF;
}
.AnyTagClassName
{
color: #3A7EFF;
}
</style>
background-color css
<style>
a { background-color: #3A7EFF; }
a { background-color: rgb(58,126,255); }
div.DivClassName
{
background-color: #3A7EFF;
}
.BgClassName
{
background-color: #3A7EFF;
}
</style>
border-color css
<style>
span { border-color: #3A7EFF; }
span { border-color: rgb(58,126,255); }
td.TdClassName
{
border-color: #3A7EFF;
}
.TagClassName
{
border-color: #3A7EFF;
}
</style>