Shades of Dodger Blue #377AFF
Tints of Dodger Blue #377AFF
RGB
CMYK
RGB Variations
Color information
#377AFF (or 0x377AFF) is known color: Dodger Blue. HEX triplet: 37, 7A and FF. RGB value is (55,122,255). Sum of RGB (Red+Green+Blue) = 55+122+255=432 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.73% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #377AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377AFF is #C88500. Grayscale: #747474. Windows color (decimal): -13141249 or 16742967. OLE color: 16742967.
HSL color Cylindrical-coordinate representation of color #377AFF: hue angle of 219.9º 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 #377AFF is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 122 | 255 | - |
| CMYK | 0.78 | 0.52 | 0 | 0 |
| HSL | 219.9º | 1% | 0.61% | - |
| HSV(B) | 219.9º | 0.78% | 1% | - |
| XYZ | 26.59 | 21.95 | 97.44 | - |
| YUV | 117.13 | 205.8 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 255 | 0.78 | 0.52 | 0 | 0 | 219.9 | 1 | 0.61 |
| Hex | 37 | 7A | FF | 4E | 34 | 0 | 0 | DC | 64 | 3D |
| Octal | 67 | 172 | 377 | 116 | 64 | 0 | 0 | 334 | 144 | 75 |
| Binary | 110111 | 1111010 | 11111111 | 1001110 | 110100 | 0 | 0 | 11011100 | 1100100 | 111101 |
Color Harmonies of #377AFF
Complementary color
Monochromatic Colors of #377AFF
Black with #377AFF
Text Example
Text Example
White with #377AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377AFF; }
p { color: rgb(55,122,255); }
H1.HeaderClassName
{
color: #377AFF;
}
.AnyTagClassName
{
color: #377AFF;
}
</style>
background-color css
<style>
a { background-color: #377AFF; }
a { background-color: rgb(55,122,255); }
div.DivClassName
{
background-color: #377AFF;
}
.BgClassName
{
background-color: #377AFF;
}
</style>
border-color css
<style>
span { border-color: #377AFF; }
span { border-color: rgb(55,122,255); }
td.TdClassName
{
border-color: #377AFF;
}
.TagClassName
{
border-color: #377AFF;
}
</style>