Shades of Dodger Blue #377EFE
Tints of Dodger Blue #377EFE
RGB
CMYK
RGB Variations
Color information
#377EFE (or 0x377EFE) is known color: Dodger Blue. HEX triplet: 37, 7E and FE. RGB value is (55,126,254). Sum of RGB (Red+Green+Blue) = 55+126+254=435 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.64% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #377EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377EFE is #C88101. Grayscale: #767676. Windows color (decimal): -13140226 or 16678455. OLE color: 16678455.
HSL color Cylindrical-coordinate representation of color #377EFE: hue angle of 218.59º 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 #377EFE is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 126 | 254 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.00 |
| HSL | 218.59º | 0.99% | 0.61% | - |
| HSV(B) | 218.59º | 0.78% | 1% | - |
| XYZ | 26.93 | 22.89 | 96.76 | - |
| YUV | 119.36 | 203.98 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 254 | 0.78 | 0.50 | 0 | 0.00 | 218.59 | 0.99 | 0.61 |
| Hex | 37 | 7E | FE | 4E | 32 | 0 | 0 | DB | 63 | 3D |
| Octal | 67 | 176 | 376 | 116 | 62 | 0 | 0 | 333 | 143 | 75 |
| Binary | 110111 | 1111110 | 11111110 | 1001110 | 110010 | 0 | 0 | 11011011 | 1100011 | 111101 |
Color Harmonies of #377EFE
Complementary color
Monochromatic Colors of #377EFE
Black with #377EFE
Text Example
Text Example
White with #377EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377EFE; }
p { color: rgb(55,126,254); }
H1.HeaderClassName
{
color: #377EFE;
}
.AnyTagClassName
{
color: #377EFE;
}
</style>
background-color css
<style>
a { background-color: #377EFE; }
a { background-color: rgb(55,126,254); }
div.DivClassName
{
background-color: #377EFE;
}
.BgClassName
{
background-color: #377EFE;
}
</style>
border-color css
<style>
span { border-color: #377EFE; }
span { border-color: rgb(55,126,254); }
td.TdClassName
{
border-color: #377EFE;
}
.TagClassName
{
border-color: #377EFE;
}
</style>