Shades of Dodger Blue #3C8AEE
Tints of Dodger Blue #3C8AEE
RGB
CMYK
RGB Variations
Color information
#3C8AEE (or 0x3C8AEE) is known color: Dodger Blue. HEX triplet: 3C, 8A and EE. RGB value is (60,138,238). Sum of RGB (Red+Green+Blue) = 60+138+238=436 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.76% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #3C8AEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C8AEE is #C37511. Grayscale: #7D7D7D. Windows color (decimal): -12809490 or 15632956. OLE color: 15632956.
HSL color Cylindrical-coordinate representation of color #3C8AEE: hue angle of 213.71º degrees, saturation: 0.84, 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 #3C8AEE is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 138 | 238 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.07 |
| HSL | 213.71º | 0.84% | 0.58% | - |
| HSV(B) | 213.71º | 0.75% | 0.93% | - |
| XYZ | 26.38 | 25.31 | 84.38 | - |
| YUV | 126.08 | 191.16 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 138 | 238 | 0.75 | 0.42 | 0 | 0.07 | 213.71 | 0.84 | 0.58 |
| Hex | 3C | 8A | EE | 4B | 2A | 0 | 7 | D6 | 54 | 3A |
| Octal | 74 | 212 | 356 | 113 | 52 | 0 | 7 | 326 | 124 | 72 |
| Binary | 111100 | 10001010 | 11101110 | 1001011 | 101010 | 0 | 111 | 11010110 | 1010100 | 111010 |
Color Harmonies of #3C8AEE
Complementary color
Monochromatic Colors of #3C8AEE
Black with #3C8AEE
Text Example
Text Example
White with #3C8AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8AEE; }
p { color: rgb(60,138,238); }
H1.HeaderClassName
{
color: #3C8AEE;
}
.AnyTagClassName
{
color: #3C8AEE;
}
</style>
background-color css
<style>
a { background-color: #3C8AEE; }
a { background-color: rgb(60,138,238); }
div.DivClassName
{
background-color: #3C8AEE;
}
.BgClassName
{
background-color: #3C8AEE;
}
</style>
border-color css
<style>
span { border-color: #3C8AEE; }
span { border-color: rgb(60,138,238); }
td.TdClassName
{
border-color: #3C8AEE;
}
.TagClassName
{
border-color: #3C8AEE;
}
</style>