Shades of Dodger Blue #3A9FFB
Tints of Dodger Blue #3A9FFB
RGB
CMYK
RGB Variations
Color information
#3A9FFB (or 0x3A9FFB) is known color: Dodger Blue. HEX triplet: 3A, 9F and FB. RGB value is (58,159,251). Sum of RGB (Red+Green+Blue) = 58+159+251=468 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.39% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A9FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A9FFB is #C56004. Grayscale: #8A8A8A. Windows color (decimal): -12935173 or 16490298. OLE color: 16490298.
HSL color Cylindrical-coordinate representation of color #3A9FFB: hue angle of 208.6º 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 #3A9FFB is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 159 | 251 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.02 |
| HSL | 208.6º | 0.96% | 0.61% | - |
| HSV(B) | 208.6º | 0.77% | 0.98% | - |
| XYZ | 31.56 | 32.66 | 95.91 | - |
| YUV | 139.29 | 191.04 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 159 | 251 | 0.77 | 0.37 | 0 | 0.02 | 208.6 | 0.96 | 0.61 |
| Hex | 3A | 9F | FB | 4D | 25 | 0 | 2 | D1 | 60 | 3D |
| Octal | 72 | 237 | 373 | 115 | 45 | 0 | 2 | 321 | 140 | 75 |
| Binary | 111010 | 10011111 | 11111011 | 1001101 | 100101 | 0 | 10 | 11010001 | 1100000 | 111101 |
Color Harmonies of #3A9FFB
Complementary color
Monochromatic Colors of #3A9FFB
Black with #3A9FFB
Text Example
Text Example
White with #3A9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9FFB; }
p { color: rgb(58,159,251); }
H1.HeaderClassName
{
color: #3A9FFB;
}
.AnyTagClassName
{
color: #3A9FFB;
}
</style>
background-color css
<style>
a { background-color: #3A9FFB; }
a { background-color: rgb(58,159,251); }
div.DivClassName
{
background-color: #3A9FFB;
}
.BgClassName
{
background-color: #3A9FFB;
}
</style>
border-color css
<style>
span { border-color: #3A9FFB; }
span { border-color: rgb(58,159,251); }
td.TdClassName
{
border-color: #3A9FFB;
}
.TagClassName
{
border-color: #3A9FFB;
}
</style>