Shades of Dodger Blue #3A8AF7
Tints of Dodger Blue #3A8AF7
RGB
CMYK
RGB Variations
Color information
#3A8AF7 (or 0x3A8AF7) is known color: Dodger Blue. HEX triplet: 3A, 8A and F7. RGB value is (58,138,247). Sum of RGB (Red+Green+Blue) = 58+138+247=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 247 (96.88% from 255 or 55.76% from 443); Max value from RGB is 247 - color contains mainly: blue. Hex color #3A8AF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A8AF7 is #C57508. Grayscale: #7D7D7D. Windows color (decimal): -12940553 or 16222778. OLE color: 16222778.
HSL color Cylindrical-coordinate representation of color #3A8AF7: hue angle of 214.6º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A8AF7 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 138 | 247 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.03 |
| HSL | 214.6º | 0.92% | 0.6% | - |
| HSV(B) | 214.6º | 0.77% | 0.97% | - |
| XYZ | 27.62 | 25.79 | 91.52 | - |
| YUV | 126.51 | 196 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 247 | 0.77 | 0.44 | 0 | 0.03 | 214.6 | 0.92 | 0.6 |
| Hex | 3A | 8A | F7 | 4D | 2C | 0 | 3 | D7 | 5C | 3C |
| Octal | 72 | 212 | 367 | 115 | 54 | 0 | 3 | 327 | 134 | 74 |
| Binary | 111010 | 10001010 | 11110111 | 1001101 | 101100 | 0 | 11 | 11010111 | 1011100 | 111100 |
Color Harmonies of #3A8AF7
Complementary color
Monochromatic Colors of #3A8AF7
Black with #3A8AF7
Text Example
Text Example
White with #3A8AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8AF7; }
p { color: rgb(58,138,247); }
H1.HeaderClassName
{
color: #3A8AF7;
}
.AnyTagClassName
{
color: #3A8AF7;
}
</style>
background-color css
<style>
a { background-color: #3A8AF7; }
a { background-color: rgb(58,138,247); }
div.DivClassName
{
background-color: #3A8AF7;
}
.BgClassName
{
background-color: #3A8AF7;
}
</style>
border-color css
<style>
span { border-color: #3A8AF7; }
span { border-color: rgb(58,138,247); }
td.TdClassName
{
border-color: #3A8AF7;
}
.TagClassName
{
border-color: #3A8AF7;
}
</style>