Shades of Dodger Blue #378BE0
Tints of Dodger Blue #378BE0
RGB
CMYK
RGB Variations
Color information
#378BE0 (or 0x378BE0) is known color: Dodger Blue. HEX triplet: 37, 8B and E0. RGB value is (55,139,224). Sum of RGB (Red+Green+Blue) = 55+139+224=418 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.16% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #378BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378BE0 is #C8741F. Grayscale: #7B7B7B. Windows color (decimal): -13136928 or 14715703. OLE color: 14715703.
HSL color Cylindrical-coordinate representation of color #378BE0: hue angle of 210.18º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #378BE0 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 139 | 224 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.12 |
| HSL | 210.18º | 0.73% | 0.55% | - |
| HSV(B) | 210.18º | 0.75% | 0.88% | - |
| XYZ | 24.26 | 24.66 | 74 | - |
| YUV | 123.57 | 184.67 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 224 | 0.75 | 0.38 | 0 | 0.12 | 210.18 | 0.73 | 0.55 |
| Hex | 37 | 8B | E0 | 4B | 26 | 0 | C | D2 | 49 | 37 |
| Octal | 67 | 213 | 340 | 113 | 46 | 0 | 14 | 322 | 111 | 67 |
| Binary | 110111 | 10001011 | 11100000 | 1001011 | 100110 | 0 | 1100 | 11010010 | 1001001 | 110111 |
Color Harmonies of #378BE0
Complementary color
Monochromatic Colors of #378BE0
Black with #378BE0
Text Example
Text Example
White with #378BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378BE0; }
p { color: rgb(55,139,224); }
H1.HeaderClassName
{
color: #378BE0;
}
.AnyTagClassName
{
color: #378BE0;
}
</style>
background-color css
<style>
a { background-color: #378BE0; }
a { background-color: rgb(55,139,224); }
div.DivClassName
{
background-color: #378BE0;
}
.BgClassName
{
background-color: #378BE0;
}
</style>
border-color css
<style>
span { border-color: #378BE0; }
span { border-color: rgb(55,139,224); }
td.TdClassName
{
border-color: #378BE0;
}
.TagClassName
{
border-color: #378BE0;
}
</style>