Shades of Dodger Blue #377BFE
Tints of Dodger Blue #377BFE
RGB
CMYK
RGB Variations
Color information
#377BFE (or 0x377BFE) is known color: Dodger Blue. HEX triplet: 37, 7B and FE. RGB value is (55,123,254). Sum of RGB (Red+Green+Blue) = 55+123+254=432 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.73% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #377BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377BFE is #C88401. Grayscale: #757575. Windows color (decimal): -13140994 or 16677687. OLE color: 16677687.
HSL color Cylindrical-coordinate representation of color #377BFE: hue angle of 219.5º 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 #377BFE is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 123 | 254 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.00 |
| HSL | 219.5º | 0.99% | 0.61% | - |
| HSV(B) | 219.5º | 0.78% | 1% | - |
| XYZ | 26.55 | 22.13 | 96.64 | - |
| YUV | 117.6 | 204.97 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 254 | 0.78 | 0.52 | 0 | 0.00 | 219.5 | 0.99 | 0.61 |
| Hex | 37 | 7B | FE | 4E | 34 | 0 | 0 | DB | 63 | 3D |
| Octal | 67 | 173 | 376 | 116 | 64 | 0 | 0 | 333 | 143 | 75 |
| Binary | 110111 | 1111011 | 11111110 | 1001110 | 110100 | 0 | 0 | 11011011 | 1100011 | 111101 |
Color Harmonies of #377BFE
Complementary color
Monochromatic Colors of #377BFE
Black with #377BFE
Text Example
Text Example
White with #377BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377BFE; }
p { color: rgb(55,123,254); }
H1.HeaderClassName
{
color: #377BFE;
}
.AnyTagClassName
{
color: #377BFE;
}
</style>
background-color css
<style>
a { background-color: #377BFE; }
a { background-color: rgb(55,123,254); }
div.DivClassName
{
background-color: #377BFE;
}
.BgClassName
{
background-color: #377BFE;
}
</style>
border-color css
<style>
span { border-color: #377BFE; }
span { border-color: rgb(55,123,254); }
td.TdClassName
{
border-color: #377BFE;
}
.TagClassName
{
border-color: #377BFE;
}
</style>