Shades of Dodger Blue #3AA3FF
Tints of Dodger Blue #3AA3FF
RGB
CMYK
RGB Variations
Color information
#3AA3FF (or 0x3AA3FF) is known color: Dodger Blue. HEX triplet: 3A, A3 and FF. RGB value is (58,163,255). Sum of RGB (Red+Green+Blue) = 58+163+255=476 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.18% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AA3FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AA3FF is #C55C00. Grayscale: #8D8D8D. Windows color (decimal): -12934145 or 16753466. OLE color: 16753466.
HSL color Cylindrical-coordinate representation of color #3AA3FF: hue angle of 208.02º 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 #3AA3FF is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 163 | 255 | - |
| CMYK | 0.77 | 0.36 | 0 | 0 |
| HSL | 208.02º | 1% | 0.61% | - |
| HSV(B) | 208.02º | 0.77% | 1% | - |
| XYZ | 32.89 | 34.31 | 99.5 | - |
| YUV | 142.09 | 191.71 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 163 | 255 | 0.77 | 0.36 | 0 | 0 | 208.02 | 1 | 0.61 |
| Hex | 3A | A3 | FF | 4D | 24 | 0 | 0 | D0 | 64 | 3D |
| Octal | 72 | 243 | 377 | 115 | 44 | 0 | 0 | 320 | 144 | 75 |
| Binary | 111010 | 10100011 | 11111111 | 1001101 | 100100 | 0 | 0 | 11010000 | 1100100 | 111101 |
Color Harmonies of #3AA3FF
Complementary color
Monochromatic Colors of #3AA3FF
Black with #3AA3FF
Text Example
Text Example
White with #3AA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA3FF; }
p { color: rgb(58,163,255); }
H1.HeaderClassName
{
color: #3AA3FF;
}
.AnyTagClassName
{
color: #3AA3FF;
}
</style>
background-color css
<style>
a { background-color: #3AA3FF; }
a { background-color: rgb(58,163,255); }
div.DivClassName
{
background-color: #3AA3FF;
}
.BgClassName
{
background-color: #3AA3FF;
}
</style>
border-color css
<style>
span { border-color: #3AA3FF; }
span { border-color: rgb(58,163,255); }
td.TdClassName
{
border-color: #3AA3FF;
}
.TagClassName
{
border-color: #3AA3FF;
}
</style>