Shades of Dodger Blue #378AF0
Tints of Dodger Blue #378AF0
RGB
CMYK
RGB Variations
Color information
#378AF0 (or 0x378AF0) is known color: Dodger Blue. HEX triplet: 37, 8A and F0. RGB value is (55,138,240). Sum of RGB (Red+Green+Blue) = 55+138+240=433 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.70% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 240 (94.14% from 255 or 55.43% from 433); Max value from RGB is 240 - color contains mainly: blue. Hex color #378AF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378AF0 is #C8750F. Grayscale: #7C7C7C. Windows color (decimal): -13137168 or 15764023. OLE color: 15764023.
HSL color Cylindrical-coordinate representation of color #378AF0: hue angle of 213.08º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #378AF0 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 138 | 240 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.06 |
| HSL | 213.08º | 0.86% | 0.58% | - |
| HSV(B) | 213.08º | 0.77% | 0.94% | - |
| XYZ | 26.39 | 25.28 | 85.93 | - |
| YUV | 124.81 | 193 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 138 | 240 | 0.77 | 0.42 | 0 | 0.06 | 213.08 | 0.86 | 0.58 |
| Hex | 37 | 8A | F0 | 4D | 2A | 0 | 6 | D5 | 56 | 3A |
| Octal | 67 | 212 | 360 | 115 | 52 | 0 | 6 | 325 | 126 | 72 |
| Binary | 110111 | 10001010 | 11110000 | 1001101 | 101010 | 0 | 110 | 11010101 | 1010110 | 111010 |
Color Harmonies of #378AF0
Complementary color
Monochromatic Colors of #378AF0
Black with #378AF0
Text Example
Text Example
White with #378AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378AF0; }
p { color: rgb(55,138,240); }
H1.HeaderClassName
{
color: #378AF0;
}
.AnyTagClassName
{
color: #378AF0;
}
</style>
background-color css
<style>
a { background-color: #378AF0; }
a { background-color: rgb(55,138,240); }
div.DivClassName
{
background-color: #378AF0;
}
.BgClassName
{
background-color: #378AF0;
}
</style>
border-color css
<style>
span { border-color: #378AF0; }
span { border-color: rgb(55,138,240); }
td.TdClassName
{
border-color: #378AF0;
}
.TagClassName
{
border-color: #378AF0;
}
</style>