Shades of Dodger Blue #378DFF
Tints of Dodger Blue #378DFF
RGB
CMYK
RGB Variations
Color information
#378DFF (or 0x378DFF) is known color: Dodger Blue. HEX triplet: 37, 8D and FF. RGB value is (55,141,255). Sum of RGB (Red+Green+Blue) = 55+141+255=451 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.20% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #378DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378DFF is #C87200. Grayscale: #7F7F7F. Windows color (decimal): -13136385 or 16747831. OLE color: 16747831.
HSL color Cylindrical-coordinate representation of color #378DFF: hue angle of 214.2º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #378DFF is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 141 | 255 | - |
| CMYK | 0.78 | 0.45 | 0 | 0 |
| HSL | 214.2º | 1% | 0.61% | - |
| HSV(B) | 214.2º | 0.78% | 1% | - |
| XYZ | 29.15 | 27.08 | 98.3 | - |
| YUV | 128.28 | 199.51 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 255 | 0.78 | 0.45 | 0 | 0 | 214.2 | 1 | 0.61 |
| Hex | 37 | 8D | FF | 4E | 2D | 0 | 0 | D6 | 64 | 3D |
| Octal | 67 | 215 | 377 | 116 | 55 | 0 | 0 | 326 | 144 | 75 |
| Binary | 110111 | 10001101 | 11111111 | 1001110 | 101101 | 0 | 0 | 11010110 | 1100100 | 111101 |
Color Harmonies of #378DFF
Complementary color
Monochromatic Colors of #378DFF
Black with #378DFF
Text Example
Text Example
White with #378DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378DFF; }
p { color: rgb(55,141,255); }
H1.HeaderClassName
{
color: #378DFF;
}
.AnyTagClassName
{
color: #378DFF;
}
</style>
background-color css
<style>
a { background-color: #378DFF; }
a { background-color: rgb(55,141,255); }
div.DivClassName
{
background-color: #378DFF;
}
.BgClassName
{
background-color: #378DFF;
}
</style>
border-color css
<style>
span { border-color: #378DFF; }
span { border-color: rgb(55,141,255); }
td.TdClassName
{
border-color: #378DFF;
}
.TagClassName
{
border-color: #378DFF;
}
</style>