Shades of Dodger Blue #378CFF
Tints of Dodger Blue #378CFF
RGB
CMYK
RGB Variations
Color information
#378CFF (or 0x378CFF) is known color: Dodger Blue. HEX triplet: 37, 8C and FF. RGB value is (55,140,255). Sum of RGB (Red+Green+Blue) = 55+140+255=450 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.22% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #378CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378CFF is #C87300. Grayscale: #7F7F7F. Windows color (decimal): -13136641 or 16747575. OLE color: 16747575.
HSL color Cylindrical-coordinate representation of color #378CFF: hue angle of 214.5º 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 #378CFF is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 140 | 255 | - |
| CMYK | 0.78 | 0.45 | 0 | 0 |
| HSL | 214.5º | 1% | 0.61% | - |
| HSV(B) | 214.5º | 0.78% | 1% | - |
| XYZ | 29 | 26.79 | 98.25 | - |
| YUV | 127.7 | 199.84 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 255 | 0.78 | 0.45 | 0 | 0 | 214.5 | 1 | 0.61 |
| Hex | 37 | 8C | FF | 4E | 2D | 0 | 0 | D6 | 64 | 3D |
| Octal | 67 | 214 | 377 | 116 | 55 | 0 | 0 | 326 | 144 | 75 |
| Binary | 110111 | 10001100 | 11111111 | 1001110 | 101101 | 0 | 0 | 11010110 | 1100100 | 111101 |
Color Harmonies of #378CFF
Complementary color
Monochromatic Colors of #378CFF
Black with #378CFF
Text Example
Text Example
White with #378CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378CFF; }
p { color: rgb(55,140,255); }
H1.HeaderClassName
{
color: #378CFF;
}
.AnyTagClassName
{
color: #378CFF;
}
</style>
background-color css
<style>
a { background-color: #378CFF; }
a { background-color: rgb(55,140,255); }
div.DivClassName
{
background-color: #378CFF;
}
.BgClassName
{
background-color: #378CFF;
}
</style>
border-color css
<style>
span { border-color: #378CFF; }
span { border-color: rgb(55,140,255); }
td.TdClassName
{
border-color: #378CFF;
}
.TagClassName
{
border-color: #378CFF;
}
</style>