Shades of Dodger Blue #3AA0FE
Tints of Dodger Blue #3AA0FE
RGB
CMYK
RGB Variations
Color information
#3AA0FE (or 0x3AA0FE) is known color: Dodger Blue. HEX triplet: 3A, A0 and FE. RGB value is (58,160,254). Sum of RGB (Red+Green+Blue) = 58+160+254=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #3AA0FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AA0FE is #C55F01. Grayscale: #8B8B8B. Windows color (decimal): -12934914 or 16687162. OLE color: 16687162.
HSL color Cylindrical-coordinate representation of color #3AA0FE: hue angle of 208.78º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AA0FE is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 160 | 254 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.00 |
| HSL | 208.78º | 0.99% | 0.61% | - |
| HSV(B) | 208.78º | 0.77% | 1% | - |
| XYZ | 32.21 | 33.2 | 98.48 | - |
| YUV | 140.22 | 192.21 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 160 | 254 | 0.77 | 0.37 | 0 | 0.00 | 208.78 | 0.99 | 0.61 |
| Hex | 3A | A0 | FE | 4D | 25 | 0 | 0 | D1 | 63 | 3D |
| Octal | 72 | 240 | 376 | 115 | 45 | 0 | 0 | 321 | 143 | 75 |
| Binary | 111010 | 10100000 | 11111110 | 1001101 | 100101 | 0 | 0 | 11010001 | 1100011 | 111101 |
Color Harmonies of #3AA0FE
Complementary color
Monochromatic Colors of #3AA0FE
Black with #3AA0FE
Text Example
Text Example
White with #3AA0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA0FE; }
p { color: rgb(58,160,254); }
H1.HeaderClassName
{
color: #3AA0FE;
}
.AnyTagClassName
{
color: #3AA0FE;
}
</style>
background-color css
<style>
a { background-color: #3AA0FE; }
a { background-color: rgb(58,160,254); }
div.DivClassName
{
background-color: #3AA0FE;
}
.BgClassName
{
background-color: #3AA0FE;
}
</style>
border-color css
<style>
span { border-color: #3AA0FE; }
span { border-color: rgb(58,160,254); }
td.TdClassName
{
border-color: #3AA0FE;
}
.TagClassName
{
border-color: #3AA0FE;
}
</style>