Shades of Dodger Blue #3C8EEF
Tints of Dodger Blue #3C8EEF
RGB
CMYK
RGB Variations
Color information
#3C8EEF (or 0x3C8EEF) is known color: Dodger Blue. HEX triplet: 3C, 8E and EF. RGB value is (60,142,239). Sum of RGB (Red+Green+Blue) = 60+142+239=441 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.61% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C8EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C8EEF is #C37110. Grayscale: #808080. Windows color (decimal): -12808465 or 15699516. OLE color: 15699516.
HSL color Cylindrical-coordinate representation of color #3C8EEF: hue angle of 212.51º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C8EEF is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 142 | 239 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.06 |
| HSL | 212.51º | 0.85% | 0.59% | - |
| HSV(B) | 212.51º | 0.75% | 0.94% | - |
| XYZ | 27.12 | 26.54 | 85.35 | - |
| YUV | 128.54 | 190.33 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 142 | 239 | 0.75 | 0.41 | 0 | 0.06 | 212.51 | 0.85 | 0.59 |
| Hex | 3C | 8E | EF | 4B | 29 | 0 | 6 | D5 | 55 | 3B |
| Octal | 74 | 216 | 357 | 113 | 51 | 0 | 6 | 325 | 125 | 73 |
| Binary | 111100 | 10001110 | 11101111 | 1001011 | 101001 | 0 | 110 | 11010101 | 1010101 | 111011 |
Color Harmonies of #3C8EEF
Complementary color
Monochromatic Colors of #3C8EEF
Black with #3C8EEF
Text Example
Text Example
White with #3C8EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8EEF; }
p { color: rgb(60,142,239); }
H1.HeaderClassName
{
color: #3C8EEF;
}
.AnyTagClassName
{
color: #3C8EEF;
}
</style>
background-color css
<style>
a { background-color: #3C8EEF; }
a { background-color: rgb(60,142,239); }
div.DivClassName
{
background-color: #3C8EEF;
}
.BgClassName
{
background-color: #3C8EEF;
}
</style>
border-color css
<style>
span { border-color: #3C8EEF; }
span { border-color: rgb(60,142,239); }
td.TdClassName
{
border-color: #3C8EEF;
}
.TagClassName
{
border-color: #3C8EEF;
}
</style>