Shades of Dodger Blue #378FEB
Tints of Dodger Blue #378FEB
RGB
CMYK
RGB Variations
Color information
#378FEB (or 0x378FEB) is known color: Dodger Blue. HEX triplet: 37, 8F and EB. RGB value is (55,143,235). Sum of RGB (Red+Green+Blue) = 55+143+235=433 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.70% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #378FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378FEB is #C87014. Grayscale: #7E7E7E. Windows color (decimal): -13135893 or 15437623. OLE color: 15437623.
HSL color Cylindrical-coordinate representation of color #378FEB: hue angle of 210.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #378FEB is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 143 | 235 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.08 |
| HSL | 210.67º | 0.82% | 0.57% | - |
| HSV(B) | 210.67º | 0.77% | 0.92% | - |
| XYZ | 26.39 | 26.46 | 82.31 | - |
| YUV | 127.18 | 188.85 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 143 | 235 | 0.77 | 0.39 | 0 | 0.08 | 210.67 | 0.82 | 0.57 |
| Hex | 37 | 8F | EB | 4D | 27 | 0 | 8 | D3 | 52 | 39 |
| Octal | 67 | 217 | 353 | 115 | 47 | 0 | 10 | 323 | 122 | 71 |
| Binary | 110111 | 10001111 | 11101011 | 1001101 | 100111 | 0 | 1000 | 11010011 | 1010010 | 111001 |
Color Harmonies of #378FEB
Complementary color
Monochromatic Colors of #378FEB
Black with #378FEB
Text Example
Text Example
White with #378FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378FEB; }
p { color: rgb(55,143,235); }
H1.HeaderClassName
{
color: #378FEB;
}
.AnyTagClassName
{
color: #378FEB;
}
</style>
background-color css
<style>
a { background-color: #378FEB; }
a { background-color: rgb(55,143,235); }
div.DivClassName
{
background-color: #378FEB;
}
.BgClassName
{
background-color: #378FEB;
}
</style>
border-color css
<style>
span { border-color: #378FEB; }
span { border-color: rgb(55,143,235); }
td.TdClassName
{
border-color: #378FEB;
}
.TagClassName
{
border-color: #378FEB;
}
</style>