Shades of Dodger Blue #378FEA
Tints of Dodger Blue #378FEA
RGB
CMYK
RGB Variations
Color information
#378FEA (or 0x378FEA) is known color: Dodger Blue. HEX triplet: 37, 8F and EA. RGB value is (55,143,234). Sum of RGB (Red+Green+Blue) = 55+143+234=432 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.73% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #378FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378FEA is #C87015. Grayscale: #7E7E7E. Windows color (decimal): -13135894 or 15372087. OLE color: 15372087.
HSL color Cylindrical-coordinate representation of color #378FEA: hue angle of 210.5º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #378FEA is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 143 | 234 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.08 |
| HSL | 210.5º | 0.81% | 0.57% | - |
| HSV(B) | 210.5º | 0.76% | 0.92% | - |
| XYZ | 26.25 | 26.4 | 81.55 | - |
| YUV | 127.06 | 188.35 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 143 | 234 | 0.76 | 0.39 | 0 | 0.08 | 210.5 | 0.81 | 0.57 |
| Hex | 37 | 8F | EA | 4C | 27 | 0 | 8 | D3 | 51 | 39 |
| Octal | 67 | 217 | 352 | 114 | 47 | 0 | 10 | 323 | 121 | 71 |
| Binary | 110111 | 10001111 | 11101010 | 1001100 | 100111 | 0 | 1000 | 11010011 | 1010001 | 111001 |
Color Harmonies of #378FEA
Complementary color
Monochromatic Colors of #378FEA
Black with #378FEA
Text Example
Text Example
White with #378FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378FEA; }
p { color: rgb(55,143,234); }
H1.HeaderClassName
{
color: #378FEA;
}
.AnyTagClassName
{
color: #378FEA;
}
</style>
background-color css
<style>
a { background-color: #378FEA; }
a { background-color: rgb(55,143,234); }
div.DivClassName
{
background-color: #378FEA;
}
.BgClassName
{
background-color: #378FEA;
}
</style>
border-color css
<style>
span { border-color: #378FEA; }
span { border-color: rgb(55,143,234); }
td.TdClassName
{
border-color: #378FEA;
}
.TagClassName
{
border-color: #378FEA;
}
</style>