Shades of Dodger Blue #377BFF
Tints of Dodger Blue #377BFF
RGB
CMYK
RGB Variations
Color information
#377BFF (or 0x377BFF) is known color: Dodger Blue. HEX triplet: 37, 7B and FF. RGB value is (55,123,255). Sum of RGB (Red+Green+Blue) = 55+123+255=433 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.70% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #377BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377BFF is #C88400. Grayscale: #757575. Windows color (decimal): -13140993 or 16743223. OLE color: 16743223.
HSL color Cylindrical-coordinate representation of color #377BFF: hue angle of 219.6º 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 #377BFF is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 123 | 255 | - |
| CMYK | 0.78 | 0.52 | 0 | 0 |
| HSL | 219.6º | 1% | 0.61% | - |
| HSV(B) | 219.6º | 0.78% | 1% | - |
| XYZ | 26.71 | 22.2 | 97.48 | - |
| YUV | 117.72 | 205.47 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 255 | 0.78 | 0.52 | 0 | 0 | 219.6 | 1 | 0.61 |
| Hex | 37 | 7B | FF | 4E | 34 | 0 | 0 | DC | 64 | 3D |
| Octal | 67 | 173 | 377 | 116 | 64 | 0 | 0 | 334 | 144 | 75 |
| Binary | 110111 | 1111011 | 11111111 | 1001110 | 110100 | 0 | 0 | 11011100 | 1100100 | 111101 |
Color Harmonies of #377BFF
Complementary color
Monochromatic Colors of #377BFF
Black with #377BFF
Text Example
Text Example
White with #377BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377BFF; }
p { color: rgb(55,123,255); }
H1.HeaderClassName
{
color: #377BFF;
}
.AnyTagClassName
{
color: #377BFF;
}
</style>
background-color css
<style>
a { background-color: #377BFF; }
a { background-color: rgb(55,123,255); }
div.DivClassName
{
background-color: #377BFF;
}
.BgClassName
{
background-color: #377BFF;
}
</style>
border-color css
<style>
span { border-color: #377BFF; }
span { border-color: rgb(55,123,255); }
td.TdClassName
{
border-color: #377BFF;
}
.TagClassName
{
border-color: #377BFF;
}
</style>