Shades of Dodger Blue #378CFB
Tints of Dodger Blue #378CFB
RGB
CMYK
RGB Variations
Color information
#378CFB (or 0x378CFB) is known color: Dodger Blue. HEX triplet: 37, 8C and FB. RGB value is (55,140,251). Sum of RGB (Red+Green+Blue) = 55+140+251=446 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.33% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #378CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378CFB is #C87304. Grayscale: #7E7E7E. Windows color (decimal): -13136645 or 16485431. OLE color: 16485431.
HSL color Cylindrical-coordinate representation of color #378CFB: hue angle of 213.98º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #378CFB is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 140 | 251 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.02 |
| HSL | 213.98º | 0.96% | 0.6% | - |
| HSV(B) | 213.98º | 0.78% | 0.98% | - |
| XYZ | 28.37 | 26.53 | 94.89 | - |
| YUV | 127.24 | 197.84 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 251 | 0.78 | 0.44 | 0 | 0.02 | 213.98 | 0.96 | 0.6 |
| Hex | 37 | 8C | FB | 4E | 2C | 0 | 2 | D6 | 60 | 3C |
| Octal | 67 | 214 | 373 | 116 | 54 | 0 | 2 | 326 | 140 | 74 |
| Binary | 110111 | 10001100 | 11111011 | 1001110 | 101100 | 0 | 10 | 11010110 | 1100000 | 111100 |
Color Harmonies of #378CFB
Complementary color
Monochromatic Colors of #378CFB
Black with #378CFB
Text Example
Text Example
White with #378CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378CFB; }
p { color: rgb(55,140,251); }
H1.HeaderClassName
{
color: #378CFB;
}
.AnyTagClassName
{
color: #378CFB;
}
</style>
background-color css
<style>
a { background-color: #378CFB; }
a { background-color: rgb(55,140,251); }
div.DivClassName
{
background-color: #378CFB;
}
.BgClassName
{
background-color: #378CFB;
}
</style>
border-color css
<style>
span { border-color: #378CFB; }
span { border-color: rgb(55,140,251); }
td.TdClassName
{
border-color: #378CFB;
}
.TagClassName
{
border-color: #378CFB;
}
</style>