Shades of Dodger Blue #3A8AFA
Tints of Dodger Blue #3A8AFA
RGB
CMYK
RGB Variations
Color information
#3A8AFA (or 0x3A8AFA) is known color: Dodger Blue. HEX triplet: 3A, 8A and FA. RGB value is (58,138,250). Sum of RGB (Red+Green+Blue) = 58+138+250=446 (59% of max value = 765). Red value is 58 (23.05% from 255 or 13.00% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A8AFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A8AFA is #C57505. Grayscale: #7E7E7E. Windows color (decimal): -12940550 or 16419386. OLE color: 16419386.
HSL color Cylindrical-coordinate representation of color #3A8AFA: hue angle of 215º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A8AFA is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 138 | 250 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.02 |
| HSL | 215º | 0.95% | 0.6% | - |
| HSV(B) | 215º | 0.77% | 0.98% | - |
| XYZ | 28.09 | 25.98 | 93.98 | - |
| YUV | 126.85 | 197.5 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 250 | 0.77 | 0.45 | 0 | 0.02 | 215 | 0.95 | 0.6 |
| Hex | 3A | 8A | FA | 4D | 2D | 0 | 2 | D7 | 5F | 3C |
| Octal | 72 | 212 | 372 | 115 | 55 | 0 | 2 | 327 | 137 | 74 |
| Binary | 111010 | 10001010 | 11111010 | 1001101 | 101101 | 0 | 10 | 11010111 | 1011111 | 111100 |
Color Harmonies of #3A8AFA
Complementary color
Monochromatic Colors of #3A8AFA
Black with #3A8AFA
Text Example
Text Example
White with #3A8AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8AFA; }
p { color: rgb(58,138,250); }
H1.HeaderClassName
{
color: #3A8AFA;
}
.AnyTagClassName
{
color: #3A8AFA;
}
</style>
background-color css
<style>
a { background-color: #3A8AFA; }
a { background-color: rgb(58,138,250); }
div.DivClassName
{
background-color: #3A8AFA;
}
.BgClassName
{
background-color: #3A8AFA;
}
</style>
border-color css
<style>
span { border-color: #3A8AFA; }
span { border-color: rgb(58,138,250); }
td.TdClassName
{
border-color: #3A8AFA;
}
.TagClassName
{
border-color: #3A8AFA;
}
</style>