Shades of Dodger Blue #377DFF
Tints of Dodger Blue #377DFF
RGB
CMYK
RGB Variations
Color information
#377DFF (or 0x377DFF) is known color: Dodger Blue. HEX triplet: 37, 7D and FF. RGB value is (55,125,255). Sum of RGB (Red+Green+Blue) = 55+125+255=435 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.64% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #377DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377DFF is #C88200. Grayscale: #767676. Windows color (decimal): -13140481 or 16743735. OLE color: 16743735.
HSL color Cylindrical-coordinate representation of color #377DFF: hue angle of 219º 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 #377DFF is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 125 | 255 | - |
| CMYK | 0.78 | 0.51 | 0 | 0 |
| HSL | 219º | 1% | 0.61% | - |
| HSV(B) | 219º | 0.78% | 1% | - |
| XYZ | 26.96 | 22.7 | 97.57 | - |
| YUV | 118.89 | 204.81 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 255 | 0.78 | 0.51 | 0 | 0 | 219 | 1 | 0.61 |
| Hex | 37 | 7D | FF | 4E | 33 | 0 | 0 | DB | 64 | 3D |
| Octal | 67 | 175 | 377 | 116 | 63 | 0 | 0 | 333 | 144 | 75 |
| Binary | 110111 | 1111101 | 11111111 | 1001110 | 110011 | 0 | 0 | 11011011 | 1100100 | 111101 |
Color Harmonies of #377DFF
Complementary color
Monochromatic Colors of #377DFF
Black with #377DFF
Text Example
Text Example
White with #377DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377DFF; }
p { color: rgb(55,125,255); }
H1.HeaderClassName
{
color: #377DFF;
}
.AnyTagClassName
{
color: #377DFF;
}
</style>
background-color css
<style>
a { background-color: #377DFF; }
a { background-color: rgb(55,125,255); }
div.DivClassName
{
background-color: #377DFF;
}
.BgClassName
{
background-color: #377DFF;
}
</style>
border-color css
<style>
span { border-color: #377DFF; }
span { border-color: rgb(55,125,255); }
td.TdClassName
{
border-color: #377DFF;
}
.TagClassName
{
border-color: #377DFF;
}
</style>