Shades of Dodger Blue #3AA3FB
Tints of Dodger Blue #3AA3FB
RGB
CMYK
RGB Variations
Color information
#3AA3FB (or 0x3AA3FB) is known color: Dodger Blue. HEX triplet: 3A, A3 and FB. RGB value is (58,163,251). Sum of RGB (Red+Green+Blue) = 58+163+251=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #3AA3FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AA3FB is #C55C04. Grayscale: #8D8D8D. Windows color (decimal): -12934149 or 16491322. OLE color: 16491322.
HSL color Cylindrical-coordinate representation of color #3AA3FB: hue angle of 207.36º 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 #3AA3FB is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 163 | 251 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.02 |
| HSL | 207.36º | 0.96% | 0.61% | - |
| HSV(B) | 207.36º | 0.77% | 0.98% | - |
| XYZ | 32.25 | 34.06 | 96.14 | - |
| YUV | 141.64 | 189.71 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 163 | 251 | 0.77 | 0.35 | 0 | 0.02 | 207.36 | 0.96 | 0.61 |
| Hex | 3A | A3 | FB | 4D | 23 | 0 | 2 | CF | 60 | 3D |
| Octal | 72 | 243 | 373 | 115 | 43 | 0 | 2 | 317 | 140 | 75 |
| Binary | 111010 | 10100011 | 11111011 | 1001101 | 100011 | 0 | 10 | 11001111 | 1100000 | 111101 |
Color Harmonies of #3AA3FB
Complementary color
Monochromatic Colors of #3AA3FB
Black with #3AA3FB
Text Example
Text Example
White with #3AA3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA3FB; }
p { color: rgb(58,163,251); }
H1.HeaderClassName
{
color: #3AA3FB;
}
.AnyTagClassName
{
color: #3AA3FB;
}
</style>
background-color css
<style>
a { background-color: #3AA3FB; }
a { background-color: rgb(58,163,251); }
div.DivClassName
{
background-color: #3AA3FB;
}
.BgClassName
{
background-color: #3AA3FB;
}
</style>
border-color css
<style>
span { border-color: #3AA3FB; }
span { border-color: rgb(58,163,251); }
td.TdClassName
{
border-color: #3AA3FB;
}
.TagClassName
{
border-color: #3AA3FB;
}
</style>