Shades of Dodger Blue #379CFF
Tints of Dodger Blue #379CFF
RGB
CMYK
RGB Variations
Color information
#379CFF (or 0x379CFF) is known color: Dodger Blue. HEX triplet: 37, 9C and FF. RGB value is (55,156,255). Sum of RGB (Red+Green+Blue) = 55+156+255=466 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.80% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #379CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379CFF is #C86300. Grayscale: #888888. Windows color (decimal): -13132545 or 16751671. OLE color: 16751671.
HSL color Cylindrical-coordinate representation of color #379CFF: hue angle of 209.7º 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 #379CFF is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 156 | 255 | - |
| CMYK | 0.78 | 0.39 | 0 | 0 |
| HSL | 209.7º | 1% | 0.61% | - |
| HSV(B) | 209.7º | 0.78% | 1% | - |
| XYZ | 31.51 | 31.81 | 99.09 | - |
| YUV | 137.09 | 194.54 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 156 | 255 | 0.78 | 0.39 | 0 | 0 | 209.7 | 1 | 0.61 |
| Hex | 37 | 9C | FF | 4E | 27 | 0 | 0 | D2 | 64 | 3D |
| Octal | 67 | 234 | 377 | 116 | 47 | 0 | 0 | 322 | 144 | 75 |
| Binary | 110111 | 10011100 | 11111111 | 1001110 | 100111 | 0 | 0 | 11010010 | 1100100 | 111101 |
Color Harmonies of #379CFF
Complementary color
Monochromatic Colors of #379CFF
Black with #379CFF
Text Example
Text Example
White with #379CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379CFF; }
p { color: rgb(55,156,255); }
H1.HeaderClassName
{
color: #379CFF;
}
.AnyTagClassName
{
color: #379CFF;
}
</style>
background-color css
<style>
a { background-color: #379CFF; }
a { background-color: rgb(55,156,255); }
div.DivClassName
{
background-color: #379CFF;
}
.BgClassName
{
background-color: #379CFF;
}
</style>
border-color css
<style>
span { border-color: #379CFF; }
span { border-color: rgb(55,156,255); }
td.TdClassName
{
border-color: #379CFF;
}
.TagClassName
{
border-color: #379CFF;
}
</style>