Shades of Dodger Blue #378CEC
Tints of Dodger Blue #378CEC
RGB
CMYK
RGB Variations
Color information
#378CEC (or 0x378CEC) is known color: Dodger Blue. HEX triplet: 37, 8C and EC. RGB value is (55,140,236). Sum of RGB (Red+Green+Blue) = 55+140+236=431 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.76% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #378CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378CEC is #C87313. Grayscale: #7D7D7D. Windows color (decimal): -13136660 or 15502391. OLE color: 15502391.
HSL color Cylindrical-coordinate representation of color #378CEC: hue angle of 211.82º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #378CEC is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 140 | 236 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.07 |
| HSL | 211.82º | 0.83% | 0.57% | - |
| HSV(B) | 211.82º | 0.77% | 0.93% | - |
| XYZ | 26.09 | 25.62 | 82.93 | - |
| YUV | 125.53 | 190.34 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 236 | 0.77 | 0.41 | 0 | 0.07 | 211.82 | 0.83 | 0.57 |
| Hex | 37 | 8C | EC | 4D | 29 | 0 | 7 | D4 | 53 | 39 |
| Octal | 67 | 214 | 354 | 115 | 51 | 0 | 7 | 324 | 123 | 71 |
| Binary | 110111 | 10001100 | 11101100 | 1001101 | 101001 | 0 | 111 | 11010100 | 1010011 | 111001 |
Color Harmonies of #378CEC
Complementary color
Monochromatic Colors of #378CEC
Black with #378CEC
Text Example
Text Example
White with #378CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378CEC; }
p { color: rgb(55,140,236); }
H1.HeaderClassName
{
color: #378CEC;
}
.AnyTagClassName
{
color: #378CEC;
}
</style>
background-color css
<style>
a { background-color: #378CEC; }
a { background-color: rgb(55,140,236); }
div.DivClassName
{
background-color: #378CEC;
}
.BgClassName
{
background-color: #378CEC;
}
</style>
border-color css
<style>
span { border-color: #378CEC; }
span { border-color: rgb(55,140,236); }
td.TdClassName
{
border-color: #378CEC;
}
.TagClassName
{
border-color: #378CEC;
}
</style>