Shades of Dodger Blue #378CEE
Tints of Dodger Blue #378CEE
RGB
CMYK
RGB Variations
Color information
#378CEE (or 0x378CEE) is known color: Dodger Blue. HEX triplet: 37, 8C and EE. RGB value is (55,140,238). Sum of RGB (Red+Green+Blue) = 55+140+238=433 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.70% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #378CEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378CEE is #C87311. Grayscale: #7D7D7D. Windows color (decimal): -13136658 or 15633463. OLE color: 15633463.
HSL color Cylindrical-coordinate representation of color #378CEE: hue angle of 212.13º degrees, saturation: 0.84, 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 #378CEE is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 140 | 238 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.07 |
| HSL | 212.13º | 0.84% | 0.57% | - |
| HSV(B) | 212.13º | 0.77% | 0.93% | - |
| XYZ | 26.39 | 25.74 | 84.47 | - |
| YUV | 125.76 | 191.34 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 238 | 0.77 | 0.41 | 0 | 0.07 | 212.13 | 0.84 | 0.57 |
| Hex | 37 | 8C | EE | 4D | 29 | 0 | 7 | D4 | 54 | 39 |
| Octal | 67 | 214 | 356 | 115 | 51 | 0 | 7 | 324 | 124 | 71 |
| Binary | 110111 | 10001100 | 11101110 | 1001101 | 101001 | 0 | 111 | 11010100 | 1010100 | 111001 |
Color Harmonies of #378CEE
Complementary color
Monochromatic Colors of #378CEE
Black with #378CEE
Text Example
Text Example
White with #378CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378CEE; }
p { color: rgb(55,140,238); }
H1.HeaderClassName
{
color: #378CEE;
}
.AnyTagClassName
{
color: #378CEE;
}
</style>
background-color css
<style>
a { background-color: #378CEE; }
a { background-color: rgb(55,140,238); }
div.DivClassName
{
background-color: #378CEE;
}
.BgClassName
{
background-color: #378CEE;
}
</style>
border-color css
<style>
span { border-color: #378CEE; }
span { border-color: rgb(55,140,238); }
td.TdClassName
{
border-color: #378CEE;
}
.TagClassName
{
border-color: #378CEE;
}
</style>