Shades of Dodger Blue #3B8AEC
Tints of Dodger Blue #3B8AEC
RGB
CMYK
RGB Variations
Color information
#3B8AEC (or 0x3B8AEC) is known color: Dodger Blue. HEX triplet: 3B, 8A and EC. RGB value is (59,138,236). Sum of RGB (Red+Green+Blue) = 59+138+236=433 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.63% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #3B8AEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B8AEC is #C47513. Grayscale: #7D7D7D. Windows color (decimal): -12875028 or 15501883. OLE color: 15501883.
HSL color Cylindrical-coordinate representation of color #3B8AEC: hue angle of 213.22º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B8AEC is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 138 | 236 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.07 |
| HSL | 213.22º | 0.82% | 0.58% | - |
| HSV(B) | 213.22º | 0.75% | 0.93% | - |
| XYZ | 26.03 | 25.16 | 82.84 | - |
| YUV | 125.55 | 190.33 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 138 | 236 | 0.75 | 0.42 | 0 | 0.07 | 213.22 | 0.82 | 0.58 |
| Hex | 3B | 8A | EC | 4B | 2A | 0 | 7 | D5 | 52 | 3A |
| Octal | 73 | 212 | 354 | 113 | 52 | 0 | 7 | 325 | 122 | 72 |
| Binary | 111011 | 10001010 | 11101100 | 1001011 | 101010 | 0 | 111 | 11010101 | 1010010 | 111010 |
Color Harmonies of #3B8AEC
Complementary color
Monochromatic Colors of #3B8AEC
Black with #3B8AEC
Text Example
Text Example
White with #3B8AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8AEC; }
p { color: rgb(59,138,236); }
H1.HeaderClassName
{
color: #3B8AEC;
}
.AnyTagClassName
{
color: #3B8AEC;
}
</style>
background-color css
<style>
a { background-color: #3B8AEC; }
a { background-color: rgb(59,138,236); }
div.DivClassName
{
background-color: #3B8AEC;
}
.BgClassName
{
background-color: #3B8AEC;
}
</style>
border-color css
<style>
span { border-color: #3B8AEC; }
span { border-color: rgb(59,138,236); }
td.TdClassName
{
border-color: #3B8AEC;
}
.TagClassName
{
border-color: #3B8AEC;
}
</style>