Shades of Dodger Blue #378EE5
Tints of Dodger Blue #378EE5
RGB
CMYK
RGB Variations
Color information
#378EE5 (or 0x378EE5) is known color: Dodger Blue. HEX triplet: 37, 8E and E5. RGB value is (55,142,229). Sum of RGB (Red+Green+Blue) = 55+142+229=426 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.91% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #378EE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378EE5 is #C8711A. Grayscale: #7D7D7D. Windows color (decimal): -13136155 or 15044151. OLE color: 15044151.
HSL color Cylindrical-coordinate representation of color #378EE5: hue angle of 210º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #378EE5 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 55 | 142 | 229 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.10 |
| HSL | 210º | 0.77% | 0.56% | - |
| HSV(B) | 210º | 0.76% | 0.9% | - |
| XYZ | 25.39 | 25.82 | 77.77 | - |
| YUV | 125.91 | 186.18 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 142 | 229 | 0.76 | 0.38 | 0 | 0.10 | 210 | 0.77 | 0.56 |
| Hex | 37 | 8E | E5 | 4C | 26 | 0 | A | D2 | 4D | 38 |
| Octal | 67 | 216 | 345 | 114 | 46 | 0 | 12 | 322 | 115 | 70 |
| Binary | 110111 | 10001110 | 11100101 | 1001100 | 100110 | 0 | 1010 | 11010010 | 1001101 | 111000 |
Color Harmonies of #378EE5
Complementary color
Monochromatic Colors of #378EE5
Black with #378EE5
Text Example
Text Example
White with #378EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378EE5; }
p { color: rgb(55,142,229); }
H1.HeaderClassName
{
color: #378EE5;
}
.AnyTagClassName
{
color: #378EE5;
}
</style>
background-color css
<style>
a { background-color: #378EE5; }
a { background-color: rgb(55,142,229); }
div.DivClassName
{
background-color: #378EE5;
}
.BgClassName
{
background-color: #378EE5;
}
</style>
border-color css
<style>
span { border-color: #378EE5; }
span { border-color: rgb(55,142,229); }
td.TdClassName
{
border-color: #378EE5;
}
.TagClassName
{
border-color: #378EE5;
}
</style>