Shades of Dodger Blue #378EEF
Tints of Dodger Blue #378EEF
RGB
CMYK
RGB Variations
Color information
#378EEF (or 0x378EEF) is known color: Dodger Blue. HEX triplet: 37, 8E and EF. RGB value is (55,142,239). Sum of RGB (Red+Green+Blue) = 55+142+239=436 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.61% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #378EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378EEF is #C87110. Grayscale: #7E7E7E. Windows color (decimal): -13136145 or 15699511. OLE color: 15699511.
HSL color Cylindrical-coordinate representation of color #378EEF: hue angle of 211.63º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #378EEF is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 142 | 239 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.06 |
| HSL | 211.63º | 0.85% | 0.58% | - |
| HSV(B) | 211.63º | 0.77% | 0.94% | - |
| XYZ | 26.83 | 26.39 | 85.34 | - |
| YUV | 127.05 | 191.18 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 142 | 239 | 0.77 | 0.41 | 0 | 0.06 | 211.63 | 0.85 | 0.58 |
| Hex | 37 | 8E | EF | 4D | 29 | 0 | 6 | D4 | 55 | 3A |
| Octal | 67 | 216 | 357 | 115 | 51 | 0 | 6 | 324 | 125 | 72 |
| Binary | 110111 | 10001110 | 11101111 | 1001101 | 101001 | 0 | 110 | 11010100 | 1010101 | 111010 |
Color Harmonies of #378EEF
Complementary color
Monochromatic Colors of #378EEF
Black with #378EEF
Text Example
Text Example
White with #378EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378EEF; }
p { color: rgb(55,142,239); }
H1.HeaderClassName
{
color: #378EEF;
}
.AnyTagClassName
{
color: #378EEF;
}
</style>
background-color css
<style>
a { background-color: #378EEF; }
a { background-color: rgb(55,142,239); }
div.DivClassName
{
background-color: #378EEF;
}
.BgClassName
{
background-color: #378EEF;
}
</style>
border-color css
<style>
span { border-color: #378EEF; }
span { border-color: rgb(55,142,239); }
td.TdClassName
{
border-color: #378EEF;
}
.TagClassName
{
border-color: #378EEF;
}
</style>