Shades of Dodger Blue #377EFD
Tints of Dodger Blue #377EFD
RGB
CMYK
RGB Variations
Color information
#377EFD (or 0x377EFD) is known color: Dodger Blue. HEX triplet: 37, 7E and FD. RGB value is (55,126,253). Sum of RGB (Red+Green+Blue) = 55+126+253=434 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.67% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #377EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377EFD is #C88102. Grayscale: #767676. Windows color (decimal): -13140227 or 16612919. OLE color: 16612919.
HSL color Cylindrical-coordinate representation of color #377EFD: hue angle of 218.48º degrees, saturation: 0.98, 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 #377EFD is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 126 | 253 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.01 |
| HSL | 218.48º | 0.98% | 0.6% | - |
| HSV(B) | 218.48º | 0.78% | 0.99% | - |
| XYZ | 26.77 | 22.83 | 95.92 | - |
| YUV | 119.25 | 203.48 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 253 | 0.78 | 0.50 | 0 | 0.01 | 218.48 | 0.98 | 0.6 |
| Hex | 37 | 7E | FD | 4E | 32 | 0 | 1 | DA | 62 | 3C |
| Octal | 67 | 176 | 375 | 116 | 62 | 0 | 1 | 332 | 142 | 74 |
| Binary | 110111 | 1111110 | 11111101 | 1001110 | 110010 | 0 | 1 | 11011010 | 1100010 | 111100 |
Color Harmonies of #377EFD
Complementary color
Monochromatic Colors of #377EFD
Black with #377EFD
Text Example
Text Example
White with #377EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377EFD; }
p { color: rgb(55,126,253); }
H1.HeaderClassName
{
color: #377EFD;
}
.AnyTagClassName
{
color: #377EFD;
}
</style>
background-color css
<style>
a { background-color: #377EFD; }
a { background-color: rgb(55,126,253); }
div.DivClassName
{
background-color: #377EFD;
}
.BgClassName
{
background-color: #377EFD;
}
</style>
border-color css
<style>
span { border-color: #377EFD; }
span { border-color: rgb(55,126,253); }
td.TdClassName
{
border-color: #377EFD;
}
.TagClassName
{
border-color: #377EFD;
}
</style>