Shades of Dodger Blue #378CFE
Tints of Dodger Blue #378CFE
RGB
CMYK
RGB Variations
Color information
#378CFE (or 0x378CFE) is known color: Dodger Blue. HEX triplet: 37, 8C and FE. RGB value is (55,140,254). Sum of RGB (Red+Green+Blue) = 55+140+254=449 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.25% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #378CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378CFE is #C87301. Grayscale: #7F7F7F. Windows color (decimal): -13136642 or 16682039. OLE color: 16682039.
HSL color Cylindrical-coordinate representation of color #378CFE: hue angle of 214.37º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #378CFE is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 140 | 254 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.00 |
| HSL | 214.37º | 0.99% | 0.61% | - |
| HSV(B) | 214.37º | 0.78% | 1% | - |
| XYZ | 28.84 | 26.72 | 97.4 | - |
| YUV | 127.58 | 199.34 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 254 | 0.78 | 0.45 | 0 | 0.00 | 214.37 | 0.99 | 0.61 |
| Hex | 37 | 8C | FE | 4E | 2D | 0 | 0 | D6 | 63 | 3D |
| Octal | 67 | 214 | 376 | 116 | 55 | 0 | 0 | 326 | 143 | 75 |
| Binary | 110111 | 10001100 | 11111110 | 1001110 | 101101 | 0 | 0 | 11010110 | 1100011 | 111101 |
Color Harmonies of #378CFE
Complementary color
Monochromatic Colors of #378CFE
Black with #378CFE
Text Example
Text Example
White with #378CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378CFE; }
p { color: rgb(55,140,254); }
H1.HeaderClassName
{
color: #378CFE;
}
.AnyTagClassName
{
color: #378CFE;
}
</style>
background-color css
<style>
a { background-color: #378CFE; }
a { background-color: rgb(55,140,254); }
div.DivClassName
{
background-color: #378CFE;
}
.BgClassName
{
background-color: #378CFE;
}
</style>
border-color css
<style>
span { border-color: #378CFE; }
span { border-color: rgb(55,140,254); }
td.TdClassName
{
border-color: #378CFE;
}
.TagClassName
{
border-color: #378CFE;
}
</style>