Shades of Dodger Blue #3AA6FF
Tints of Dodger Blue #3AA6FF
RGB
CMYK
RGB Variations
Color information
#3AA6FF (or 0x3AA6FF) is known color: Dodger Blue. HEX triplet: 3A, A6 and FF. RGB value is (58,166,255). Sum of RGB (Red+Green+Blue) = 58+166+255=479 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.11% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AA6FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AA6FF is #C55900. Grayscale: #8F8F8F. Windows color (decimal): -12933377 or 16754234. OLE color: 16754234.
HSL color Cylindrical-coordinate representation of color #3AA6FF: hue angle of 207.11º 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 #3AA6FF is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 166 | 255 | - |
| CMYK | 0.77 | 0.35 | 0 | 0 |
| HSL | 207.11º | 1% | 0.61% | - |
| HSV(B) | 207.11º | 0.77% | 1% | - |
| XYZ | 33.43 | 35.39 | 99.68 | - |
| YUV | 143.85 | 190.72 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 166 | 255 | 0.77 | 0.35 | 0 | 0 | 207.11 | 1 | 0.61 |
| Hex | 3A | A6 | FF | 4D | 23 | 0 | 0 | CF | 64 | 3D |
| Octal | 72 | 246 | 377 | 115 | 43 | 0 | 0 | 317 | 144 | 75 |
| Binary | 111010 | 10100110 | 11111111 | 1001101 | 100011 | 0 | 0 | 11001111 | 1100100 | 111101 |
Color Harmonies of #3AA6FF
Complementary color
Monochromatic Colors of #3AA6FF
Black with #3AA6FF
Text Example
Text Example
White with #3AA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA6FF; }
p { color: rgb(58,166,255); }
H1.HeaderClassName
{
color: #3AA6FF;
}
.AnyTagClassName
{
color: #3AA6FF;
}
</style>
background-color css
<style>
a { background-color: #3AA6FF; }
a { background-color: rgb(58,166,255); }
div.DivClassName
{
background-color: #3AA6FF;
}
.BgClassName
{
background-color: #3AA6FF;
}
</style>
border-color css
<style>
span { border-color: #3AA6FF; }
span { border-color: rgb(58,166,255); }
td.TdClassName
{
border-color: #3AA6FF;
}
.TagClassName
{
border-color: #3AA6FF;
}
</style>