Shades of Dodger Blue #378CF3
Tints of Dodger Blue #378CF3
RGB
CMYK
RGB Variations
Color information
#378CF3 (or 0x378CF3) is known color: Dodger Blue. HEX triplet: 37, 8C and F3. RGB value is (55,140,243). Sum of RGB (Red+Green+Blue) = 55+140+243=438 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.56% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #378CF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378CF3 is #C8730C. Grayscale: #7D7D7D. Windows color (decimal): -13136653 or 15961143. OLE color: 15961143.
HSL color Cylindrical-coordinate representation of color #378CF3: hue angle of 212.87º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #378CF3 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 140 | 243 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.05 |
| HSL | 212.87º | 0.89% | 0.58% | - |
| HSV(B) | 212.87º | 0.77% | 0.95% | - |
| XYZ | 27.13 | 26.04 | 88.39 | - |
| YUV | 126.33 | 193.84 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 243 | 0.77 | 0.42 | 0 | 0.05 | 212.87 | 0.89 | 0.58 |
| Hex | 37 | 8C | F3 | 4D | 2A | 0 | 5 | D5 | 59 | 3A |
| Octal | 67 | 214 | 363 | 115 | 52 | 0 | 5 | 325 | 131 | 72 |
| Binary | 110111 | 10001100 | 11110011 | 1001101 | 101010 | 0 | 101 | 11010101 | 1011001 | 111010 |
Color Harmonies of #378CF3
Complementary color
Monochromatic Colors of #378CF3
Black with #378CF3
Text Example
Text Example
White with #378CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378CF3; }
p { color: rgb(55,140,243); }
H1.HeaderClassName
{
color: #378CF3;
}
.AnyTagClassName
{
color: #378CF3;
}
</style>
background-color css
<style>
a { background-color: #378CF3; }
a { background-color: rgb(55,140,243); }
div.DivClassName
{
background-color: #378CF3;
}
.BgClassName
{
background-color: #378CF3;
}
</style>
border-color css
<style>
span { border-color: #378CF3; }
span { border-color: rgb(55,140,243); }
td.TdClassName
{
border-color: #378CF3;
}
.TagClassName
{
border-color: #378CF3;
}
</style>