Shades of Dodger Blue #3A9EFF
Tints of Dodger Blue #3A9EFF
RGB
CMYK
RGB Variations
Color information
#3A9EFF (or 0x3A9EFF) is known color: Dodger Blue. HEX triplet: 3A, 9E and FF. RGB value is (58,158,255). Sum of RGB (Red+Green+Blue) = 58+158+255=471 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.31% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A9EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A9EFF is #C56100. Grayscale: #8A8A8A. Windows color (decimal): -12935425 or 16752186. OLE color: 16752186.
HSL color Cylindrical-coordinate representation of color #3A9EFF: hue angle of 209.54º 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 #3A9EFF is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 158 | 255 | - |
| CMYK | 0.77 | 0.38 | 0 | 0 |
| HSL | 209.54º | 1% | 0.61% | - |
| HSV(B) | 209.54º | 0.77% | 1% | - |
| XYZ | 32.02 | 32.57 | 99.21 | - |
| YUV | 139.16 | 193.37 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 158 | 255 | 0.77 | 0.38 | 0 | 0 | 209.54 | 1 | 0.61 |
| Hex | 3A | 9E | FF | 4D | 26 | 0 | 0 | D2 | 64 | 3D |
| Octal | 72 | 236 | 377 | 115 | 46 | 0 | 0 | 322 | 144 | 75 |
| Binary | 111010 | 10011110 | 11111111 | 1001101 | 100110 | 0 | 0 | 11010010 | 1100100 | 111101 |
Color Harmonies of #3A9EFF
Complementary color
Monochromatic Colors of #3A9EFF
Black with #3A9EFF
Text Example
Text Example
White with #3A9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9EFF; }
p { color: rgb(58,158,255); }
H1.HeaderClassName
{
color: #3A9EFF;
}
.AnyTagClassName
{
color: #3A9EFF;
}
</style>
background-color css
<style>
a { background-color: #3A9EFF; }
a { background-color: rgb(58,158,255); }
div.DivClassName
{
background-color: #3A9EFF;
}
.BgClassName
{
background-color: #3A9EFF;
}
</style>
border-color css
<style>
span { border-color: #3A9EFF; }
span { border-color: rgb(58,158,255); }
td.TdClassName
{
border-color: #3A9EFF;
}
.TagClassName
{
border-color: #3A9EFF;
}
</style>