Shades of Dodger Blue #3C8AEC
Tints of Dodger Blue #3C8AEC
RGB
CMYK
RGB Variations
Color information
#3C8AEC (or 0x3C8AEC) is known color: Dodger Blue. HEX triplet: 3C, 8A and EC. RGB value is (60,138,236). Sum of RGB (Red+Green+Blue) = 60+138+236=434 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.82% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C8AEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C8AEC is #C37513. Grayscale: #7D7D7D. Windows color (decimal): -12809492 or 15501884. OLE color: 15501884.
HSL color Cylindrical-coordinate representation of color #3C8AEC: hue angle of 213.41º 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 #3C8AEC is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 138 | 236 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.07 |
| HSL | 213.41º | 0.82% | 0.58% | - |
| HSV(B) | 213.41º | 0.75% | 0.93% | - |
| XYZ | 26.09 | 25.19 | 82.84 | - |
| YUV | 125.85 | 190.16 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 138 | 236 | 0.75 | 0.42 | 0 | 0.07 | 213.41 | 0.82 | 0.58 |
| Hex | 3C | 8A | EC | 4B | 2A | 0 | 7 | D5 | 52 | 3A |
| Octal | 74 | 212 | 354 | 113 | 52 | 0 | 7 | 325 | 122 | 72 |
| Binary | 111100 | 10001010 | 11101100 | 1001011 | 101010 | 0 | 111 | 11010101 | 1010010 | 111010 |
Color Harmonies of #3C8AEC
Complementary color
Monochromatic Colors of #3C8AEC
Black with #3C8AEC
Text Example
Text Example
White with #3C8AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8AEC; }
p { color: rgb(60,138,236); }
H1.HeaderClassName
{
color: #3C8AEC;
}
.AnyTagClassName
{
color: #3C8AEC;
}
</style>
background-color css
<style>
a { background-color: #3C8AEC; }
a { background-color: rgb(60,138,236); }
div.DivClassName
{
background-color: #3C8AEC;
}
.BgClassName
{
background-color: #3C8AEC;
}
</style>
border-color css
<style>
span { border-color: #3C8AEC; }
span { border-color: rgb(60,138,236); }
td.TdClassName
{
border-color: #3C8AEC;
}
.TagClassName
{
border-color: #3C8AEC;
}
</style>