Shades of Dodger Blue #378BE3
Tints of Dodger Blue #378BE3
RGB
CMYK
RGB Variations
Color information
#378BE3 (or 0x378BE3) is known color: Dodger Blue. HEX triplet: 37, 8B and E3. RGB value is (55,139,227). Sum of RGB (Red+Green+Blue) = 55+139+227=421 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.06% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 227 (89.06% from 255 or 53.92% from 421); Max value from RGB is 227 - color contains mainly: blue. Hex color #378BE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378BE3 is #C8741C. Grayscale: #7B7B7B. Windows color (decimal): -13136925 or 14912311. OLE color: 14912311.
HSL color Cylindrical-coordinate representation of color #378BE3: hue angle of 210.7º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #378BE3 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 139 | 227 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.11 |
| HSL | 210.7º | 0.75% | 0.55% | - |
| HSV(B) | 210.7º | 0.76% | 0.89% | - |
| XYZ | 24.67 | 24.82 | 76.16 | - |
| YUV | 123.92 | 186.17 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 227 | 0.76 | 0.39 | 0 | 0.11 | 210.7 | 0.75 | 0.55 |
| Hex | 37 | 8B | E3 | 4C | 27 | 0 | B | D3 | 4B | 37 |
| Octal | 67 | 213 | 343 | 114 | 47 | 0 | 13 | 323 | 113 | 67 |
| Binary | 110111 | 10001011 | 11100011 | 1001100 | 100111 | 0 | 1011 | 11010011 | 1001011 | 110111 |
Color Harmonies of #378BE3
Complementary color
Monochromatic Colors of #378BE3
Black with #378BE3
Text Example
Text Example
White with #378BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378BE3; }
p { color: rgb(55,139,227); }
H1.HeaderClassName
{
color: #378BE3;
}
.AnyTagClassName
{
color: #378BE3;
}
</style>
background-color css
<style>
a { background-color: #378BE3; }
a { background-color: rgb(55,139,227); }
div.DivClassName
{
background-color: #378BE3;
}
.BgClassName
{
background-color: #378BE3;
}
</style>
border-color css
<style>
span { border-color: #378BE3; }
span { border-color: rgb(55,139,227); }
td.TdClassName
{
border-color: #378BE3;
}
.TagClassName
{
border-color: #378BE3;
}
</style>