Shades of Dodger Blue #378DFB
Tints of Dodger Blue #378DFB
RGB
CMYK
RGB Variations
Color information
#378DFB (or 0x378DFB) is known color: Dodger Blue. HEX triplet: 37, 8D and FB. RGB value is (55,141,251). Sum of RGB (Red+Green+Blue) = 55+141+251=447 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.30% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #378DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378DFB is #C87204. Grayscale: #7F7F7F. Windows color (decimal): -13136389 or 16485687. OLE color: 16485687.
HSL color Cylindrical-coordinate representation of color #378DFB: hue angle of 213.67º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #378DFB is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 141 | 251 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.02 |
| HSL | 213.67º | 0.96% | 0.6% | - |
| HSV(B) | 213.67º | 0.78% | 0.98% | - |
| XYZ | 28.51 | 26.83 | 94.94 | - |
| YUV | 127.83 | 197.51 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 251 | 0.78 | 0.44 | 0 | 0.02 | 213.67 | 0.96 | 0.6 |
| Hex | 37 | 8D | FB | 4E | 2C | 0 | 2 | D6 | 60 | 3C |
| Octal | 67 | 215 | 373 | 116 | 54 | 0 | 2 | 326 | 140 | 74 |
| Binary | 110111 | 10001101 | 11111011 | 1001110 | 101100 | 0 | 10 | 11010110 | 1100000 | 111100 |
Color Harmonies of #378DFB
Complementary color
Monochromatic Colors of #378DFB
Black with #378DFB
Text Example
Text Example
White with #378DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378DFB; }
p { color: rgb(55,141,251); }
H1.HeaderClassName
{
color: #378DFB;
}
.AnyTagClassName
{
color: #378DFB;
}
</style>
background-color css
<style>
a { background-color: #378DFB; }
a { background-color: rgb(55,141,251); }
div.DivClassName
{
background-color: #378DFB;
}
.BgClassName
{
background-color: #378DFB;
}
</style>
border-color css
<style>
span { border-color: #378DFB; }
span { border-color: rgb(55,141,251); }
td.TdClassName
{
border-color: #378DFB;
}
.TagClassName
{
border-color: #378DFB;
}
</style>