Shades of Dodger Blue #378CE7
Tints of Dodger Blue #378CE7
RGB
CMYK
RGB Variations
Color information
#378CE7 (or 0x378CE7) is known color: Dodger Blue. HEX triplet: 37, 8C and E7. RGB value is (55,140,231). Sum of RGB (Red+Green+Blue) = 55+140+231=426 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.91% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #378CE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378CE7 is #C87318. Grayscale: #7C7C7C. Windows color (decimal): -13136665 or 15174711. OLE color: 15174711.
HSL color Cylindrical-coordinate representation of color #378CE7: hue angle of 211.02º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #378CE7 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 140 | 231 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.09 |
| HSL | 211.02º | 0.79% | 0.56% | - |
| HSV(B) | 211.02º | 0.76% | 0.91% | - |
| XYZ | 25.38 | 25.34 | 79.15 | - |
| YUV | 124.96 | 187.84 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 231 | 0.76 | 0.39 | 0 | 0.09 | 211.02 | 0.79 | 0.56 |
| Hex | 37 | 8C | E7 | 4C | 27 | 0 | 9 | D3 | 4F | 38 |
| Octal | 67 | 214 | 347 | 114 | 47 | 0 | 11 | 323 | 117 | 70 |
| Binary | 110111 | 10001100 | 11100111 | 1001100 | 100111 | 0 | 1001 | 11010011 | 1001111 | 111000 |
Color Harmonies of #378CE7
Complementary color
Monochromatic Colors of #378CE7
Black with #378CE7
Text Example
Text Example
White with #378CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378CE7; }
p { color: rgb(55,140,231); }
H1.HeaderClassName
{
color: #378CE7;
}
.AnyTagClassName
{
color: #378CE7;
}
</style>
background-color css
<style>
a { background-color: #378CE7; }
a { background-color: rgb(55,140,231); }
div.DivClassName
{
background-color: #378CE7;
}
.BgClassName
{
background-color: #378CE7;
}
</style>
border-color css
<style>
span { border-color: #378CE7; }
span { border-color: rgb(55,140,231); }
td.TdClassName
{
border-color: #378CE7;
}
.TagClassName
{
border-color: #378CE7;
}
</style>