Shades of Dodger Blue #3A9DFB
Tints of Dodger Blue #3A9DFB
RGB
CMYK
RGB Variations
Color information
#3A9DFB (or 0x3A9DFB) is known color: Dodger Blue. HEX triplet: 3A, 9D and FB. RGB value is (58,157,251). Sum of RGB (Red+Green+Blue) = 58+157+251=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A9DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A9DFB is #C56204. Grayscale: #898989. Windows color (decimal): -12935685 or 16489786. OLE color: 16489786.
HSL color Cylindrical-coordinate representation of color #3A9DFB: hue angle of 209.22º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A9DFB is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 157 | 251 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.02 |
| HSL | 209.22º | 0.96% | 0.61% | - |
| HSV(B) | 209.22º | 0.77% | 0.98% | - |
| XYZ | 31.21 | 31.98 | 95.79 | - |
| YUV | 138.12 | 191.7 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 157 | 251 | 0.77 | 0.37 | 0 | 0.02 | 209.22 | 0.96 | 0.61 |
| Hex | 3A | 9D | FB | 4D | 25 | 0 | 2 | D1 | 60 | 3D |
| Octal | 72 | 235 | 373 | 115 | 45 | 0 | 2 | 321 | 140 | 75 |
| Binary | 111010 | 10011101 | 11111011 | 1001101 | 100101 | 0 | 10 | 11010001 | 1100000 | 111101 |
Color Harmonies of #3A9DFB
Complementary color
Monochromatic Colors of #3A9DFB
Black with #3A9DFB
Text Example
Text Example
White with #3A9DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9DFB; }
p { color: rgb(58,157,251); }
H1.HeaderClassName
{
color: #3A9DFB;
}
.AnyTagClassName
{
color: #3A9DFB;
}
</style>
background-color css
<style>
a { background-color: #3A9DFB; }
a { background-color: rgb(58,157,251); }
div.DivClassName
{
background-color: #3A9DFB;
}
.BgClassName
{
background-color: #3A9DFB;
}
</style>
border-color css
<style>
span { border-color: #3A9DFB; }
span { border-color: rgb(58,157,251); }
td.TdClassName
{
border-color: #3A9DFB;
}
.TagClassName
{
border-color: #3A9DFB;
}
</style>