Shades of Dodger Blue #3C92EF
Tints of Dodger Blue #3C92EF
RGB
CMYK
RGB Variations
Color information
#3C92EF (or 0x3C92EF) is known color: Dodger Blue. HEX triplet: 3C, 92 and EF. RGB value is (60,146,239). Sum of RGB (Red+Green+Blue) = 60+146+239=445 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.48% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C92EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C92EF is #C36D10. Grayscale: #828282. Windows color (decimal): -12807441 or 15700540. OLE color: 15700540.
HSL color Cylindrical-coordinate representation of color #3C92EF: hue angle of 211.17º 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 #3C92EF is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 146 | 239 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.06 |
| HSL | 211.17º | 0.85% | 0.59% | - |
| HSV(B) | 211.17º | 0.75% | 0.94% | - |
| XYZ | 27.72 | 27.75 | 85.56 | - |
| YUV | 130.89 | 189.01 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 146 | 239 | 0.75 | 0.39 | 0 | 0.06 | 211.17 | 0.85 | 0.59 |
| Hex | 3C | 92 | EF | 4B | 27 | 0 | 6 | D3 | 55 | 3B |
| Octal | 74 | 222 | 357 | 113 | 47 | 0 | 6 | 323 | 125 | 73 |
| Binary | 111100 | 10010010 | 11101111 | 1001011 | 100111 | 0 | 110 | 11010011 | 1010101 | 111011 |
Color Harmonies of #3C92EF
Complementary color
Monochromatic Colors of #3C92EF
Black with #3C92EF
Text Example
Text Example
White with #3C92EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C92EF; }
p { color: rgb(60,146,239); }
H1.HeaderClassName
{
color: #3C92EF;
}
.AnyTagClassName
{
color: #3C92EF;
}
</style>
background-color css
<style>
a { background-color: #3C92EF; }
a { background-color: rgb(60,146,239); }
div.DivClassName
{
background-color: #3C92EF;
}
.BgClassName
{
background-color: #3C92EF;
}
</style>
border-color css
<style>
span { border-color: #3C92EF; }
span { border-color: rgb(60,146,239); }
td.TdClassName
{
border-color: #3C92EF;
}
.TagClassName
{
border-color: #3C92EF;
}
</style>