Shades of Dodger Blue #378DFC
Tints of Dodger Blue #378DFC
RGB
CMYK
RGB Variations
Color information
#378DFC (or 0x378DFC) is known color: Dodger Blue. HEX triplet: 37, 8D and FC. RGB value is (55,141,252). Sum of RGB (Red+Green+Blue) = 55+141+252=448 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.28% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #378DFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378DFC is #C87203. Grayscale: #7F7F7F. Windows color (decimal): -13136388 or 16551223. OLE color: 16551223.
HSL color Cylindrical-coordinate representation of color #378DFC: hue angle of 213.81º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #378DFC is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 141 | 252 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.01 |
| HSL | 213.81º | 0.97% | 0.6% | - |
| HSV(B) | 213.81º | 0.78% | 0.99% | - |
| XYZ | 28.67 | 26.89 | 95.77 | - |
| YUV | 127.94 | 198.01 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 252 | 0.78 | 0.44 | 0 | 0.01 | 213.81 | 0.97 | 0.6 |
| Hex | 37 | 8D | FC | 4E | 2C | 0 | 1 | D6 | 61 | 3C |
| Octal | 67 | 215 | 374 | 116 | 54 | 0 | 1 | 326 | 141 | 74 |
| Binary | 110111 | 10001101 | 11111100 | 1001110 | 101100 | 0 | 1 | 11010110 | 1100001 | 111100 |
Color Harmonies of #378DFC
Complementary color
Monochromatic Colors of #378DFC
Black with #378DFC
Text Example
Text Example
White with #378DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378DFC; }
p { color: rgb(55,141,252); }
H1.HeaderClassName
{
color: #378DFC;
}
.AnyTagClassName
{
color: #378DFC;
}
</style>
background-color css
<style>
a { background-color: #378DFC; }
a { background-color: rgb(55,141,252); }
div.DivClassName
{
background-color: #378DFC;
}
.BgClassName
{
background-color: #378DFC;
}
</style>
border-color css
<style>
span { border-color: #378DFC; }
span { border-color: rgb(55,141,252); }
td.TdClassName
{
border-color: #378DFC;
}
.TagClassName
{
border-color: #378DFC;
}
</style>