Shades of Dodger Blue #379EFC
Tints of Dodger Blue #379EFC
RGB
CMYK
RGB Variations
Color information
#379EFC (or 0x379EFC) is known color: Dodger Blue. HEX triplet: 37, 9E and FC. RGB value is (55,158,252). Sum of RGB (Red+Green+Blue) = 55+158+252=465 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.83% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #379EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379EFC is #C86103. Grayscale: #898989. Windows color (decimal): -13132036 or 16555575. OLE color: 16555575.
HSL color Cylindrical-coordinate representation of color #379EFC: hue angle of 208.63º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #379EFC is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 158 | 252 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.01 |
| HSL | 208.63º | 0.97% | 0.6% | - |
| HSV(B) | 208.63º | 0.78% | 0.99% | - |
| XYZ | 31.37 | 32.29 | 96.68 | - |
| YUV | 137.92 | 192.38 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 158 | 252 | 0.78 | 0.37 | 0 | 0.01 | 208.63 | 0.97 | 0.6 |
| Hex | 37 | 9E | FC | 4E | 25 | 0 | 1 | D1 | 61 | 3C |
| Octal | 67 | 236 | 374 | 116 | 45 | 0 | 1 | 321 | 141 | 74 |
| Binary | 110111 | 10011110 | 11111100 | 1001110 | 100101 | 0 | 1 | 11010001 | 1100001 | 111100 |
Color Harmonies of #379EFC
Complementary color
Monochromatic Colors of #379EFC
Black with #379EFC
Text Example
Text Example
White with #379EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379EFC; }
p { color: rgb(55,158,252); }
H1.HeaderClassName
{
color: #379EFC;
}
.AnyTagClassName
{
color: #379EFC;
}
</style>
background-color css
<style>
a { background-color: #379EFC; }
a { background-color: rgb(55,158,252); }
div.DivClassName
{
background-color: #379EFC;
}
.BgClassName
{
background-color: #379EFC;
}
</style>
border-color css
<style>
span { border-color: #379EFC; }
span { border-color: rgb(55,158,252); }
td.TdClassName
{
border-color: #379EFC;
}
.TagClassName
{
border-color: #379EFC;
}
</style>