Shades of Dodger Blue #379DFF
Tints of Dodger Blue #379DFF
RGB
CMYK
RGB Variations
Color information
#379DFF (or 0x379DFF) is known color: Dodger Blue. HEX triplet: 37, 9D and FF. RGB value is (55,157,255). Sum of RGB (Red+Green+Blue) = 55+157+255=467 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.78% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #379DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379DFF is #C86200. Grayscale: #898989. Windows color (decimal): -13132289 or 16751927. OLE color: 16751927.
HSL color Cylindrical-coordinate representation of color #379DFF: hue angle of 209.4º 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 #379DFF is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 157 | 255 | - |
| CMYK | 0.78 | 0.38 | 0 | 0 |
| HSL | 209.4º | 1% | 0.61% | - |
| HSV(B) | 209.4º | 0.78% | 1% | - |
| XYZ | 31.68 | 32.15 | 99.14 | - |
| YUV | 137.67 | 194.21 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 255 | 0.78 | 0.38 | 0 | 0 | 209.4 | 1 | 0.61 |
| Hex | 37 | 9D | FF | 4E | 26 | 0 | 0 | D1 | 64 | 3D |
| Octal | 67 | 235 | 377 | 116 | 46 | 0 | 0 | 321 | 144 | 75 |
| Binary | 110111 | 10011101 | 11111111 | 1001110 | 100110 | 0 | 0 | 11010001 | 1100100 | 111101 |
Color Harmonies of #379DFF
Complementary color
Monochromatic Colors of #379DFF
Black with #379DFF
Text Example
Text Example
White with #379DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379DFF; }
p { color: rgb(55,157,255); }
H1.HeaderClassName
{
color: #379DFF;
}
.AnyTagClassName
{
color: #379DFF;
}
</style>
background-color css
<style>
a { background-color: #379DFF; }
a { background-color: rgb(55,157,255); }
div.DivClassName
{
background-color: #379DFF;
}
.BgClassName
{
background-color: #379DFF;
}
</style>
border-color css
<style>
span { border-color: #379DFF; }
span { border-color: rgb(55,157,255); }
td.TdClassName
{
border-color: #379DFF;
}
.TagClassName
{
border-color: #379DFF;
}
</style>