Shades of Dodger Blue #378BEF
Tints of Dodger Blue #378BEF
RGB
CMYK
RGB Variations
Color information
#378BEF (or 0x378BEF) is known color: Dodger Blue. HEX triplet: 37, 8B and EF. RGB value is (55,139,239). Sum of RGB (Red+Green+Blue) = 55+139+239=433 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.70% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #378BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378BEF is #C87410. Grayscale: #7C7C7C. Windows color (decimal): -13136913 or 15698743. OLE color: 15698743.
HSL color Cylindrical-coordinate representation of color #378BEF: hue angle of 212.61º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #378BEF is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 139 | 239 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.06 |
| HSL | 212.61º | 0.85% | 0.58% | - |
| HSV(B) | 212.61º | 0.77% | 0.94% | - |
| XYZ | 26.39 | 25.51 | 85.19 | - |
| YUV | 125.28 | 192.17 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 239 | 0.77 | 0.42 | 0 | 0.06 | 212.61 | 0.85 | 0.58 |
| Hex | 37 | 8B | EF | 4D | 2A | 0 | 6 | D5 | 55 | 3A |
| Octal | 67 | 213 | 357 | 115 | 52 | 0 | 6 | 325 | 125 | 72 |
| Binary | 110111 | 10001011 | 11101111 | 1001101 | 101010 | 0 | 110 | 11010101 | 1010101 | 111010 |
Color Harmonies of #378BEF
Complementary color
Monochromatic Colors of #378BEF
Black with #378BEF
Text Example
Text Example
White with #378BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378BEF; }
p { color: rgb(55,139,239); }
H1.HeaderClassName
{
color: #378BEF;
}
.AnyTagClassName
{
color: #378BEF;
}
</style>
background-color css
<style>
a { background-color: #378BEF; }
a { background-color: rgb(55,139,239); }
div.DivClassName
{
background-color: #378BEF;
}
.BgClassName
{
background-color: #378BEF;
}
</style>
border-color css
<style>
span { border-color: #378BEF; }
span { border-color: rgb(55,139,239); }
td.TdClassName
{
border-color: #378BEF;
}
.TagClassName
{
border-color: #378BEF;
}
</style>