Shades of Dodger Blue #378BE2
Tints of Dodger Blue #378BE2
RGB
CMYK
RGB Variations
Color information
#378BE2 (or 0x378BE2) is known color: Dodger Blue. HEX triplet: 37, 8B and E2. RGB value is (55,139,226). Sum of RGB (Red+Green+Blue) = 55+139+226=420 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.10% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #378BE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378BE2 is #C8741D. Grayscale: #7B7B7B. Windows color (decimal): -13136926 or 14846775. OLE color: 14846775.
HSL color Cylindrical-coordinate representation of color #378BE2: hue angle of 210.53º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #378BE2 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 139 | 226 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.11 |
| HSL | 210.53º | 0.75% | 0.55% | - |
| HSV(B) | 210.53º | 0.76% | 0.89% | - |
| XYZ | 24.54 | 24.77 | 75.44 | - |
| YUV | 123.8 | 185.67 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 226 | 0.76 | 0.38 | 0 | 0.11 | 210.53 | 0.75 | 0.55 |
| Hex | 37 | 8B | E2 | 4C | 26 | 0 | B | D3 | 4B | 37 |
| Octal | 67 | 213 | 342 | 114 | 46 | 0 | 13 | 323 | 113 | 67 |
| Binary | 110111 | 10001011 | 11100010 | 1001100 | 100110 | 0 | 1011 | 11010011 | 1001011 | 110111 |
Color Harmonies of #378BE2
Complementary color
Monochromatic Colors of #378BE2
Black with #378BE2
Text Example
Text Example
White with #378BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378BE2; }
p { color: rgb(55,139,226); }
H1.HeaderClassName
{
color: #378BE2;
}
.AnyTagClassName
{
color: #378BE2;
}
</style>
background-color css
<style>
a { background-color: #378BE2; }
a { background-color: rgb(55,139,226); }
div.DivClassName
{
background-color: #378BE2;
}
.BgClassName
{
background-color: #378BE2;
}
</style>
border-color css
<style>
span { border-color: #378BE2; }
span { border-color: rgb(55,139,226); }
td.TdClassName
{
border-color: #378BE2;
}
.TagClassName
{
border-color: #378BE2;
}
</style>