Shades of Dodger Blue #378FED
Tints of Dodger Blue #378FED
RGB
CMYK
RGB Variations
Color information
#378FED (or 0x378FED) is known color: Dodger Blue. HEX triplet: 37, 8F and ED. RGB value is (55,143,237). Sum of RGB (Red+Green+Blue) = 55+143+237=435 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.64% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #378FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378FED is #C87012. Grayscale: #7E7E7E. Windows color (decimal): -13135891 or 15568695. OLE color: 15568695.
HSL color Cylindrical-coordinate representation of color #378FED: hue angle of 210.99º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #378FED is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 143 | 237 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.07 |
| HSL | 210.99º | 0.83% | 0.57% | - |
| HSV(B) | 210.99º | 0.77% | 0.93% | - |
| XYZ | 26.68 | 26.57 | 83.84 | - |
| YUV | 127.4 | 189.85 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 143 | 237 | 0.77 | 0.40 | 0 | 0.07 | 210.99 | 0.83 | 0.57 |
| Hex | 37 | 8F | ED | 4D | 28 | 0 | 7 | D3 | 53 | 39 |
| Octal | 67 | 217 | 355 | 115 | 50 | 0 | 7 | 323 | 123 | 71 |
| Binary | 110111 | 10001111 | 11101101 | 1001101 | 101000 | 0 | 111 | 11010011 | 1010011 | 111001 |
Color Harmonies of #378FED
Complementary color
Monochromatic Colors of #378FED
Black with #378FED
Text Example
Text Example
White with #378FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378FED; }
p { color: rgb(55,143,237); }
H1.HeaderClassName
{
color: #378FED;
}
.AnyTagClassName
{
color: #378FED;
}
</style>
background-color css
<style>
a { background-color: #378FED; }
a { background-color: rgb(55,143,237); }
div.DivClassName
{
background-color: #378FED;
}
.BgClassName
{
background-color: #378FED;
}
</style>
border-color css
<style>
span { border-color: #378FED; }
span { border-color: rgb(55,143,237); }
td.TdClassName
{
border-color: #378FED;
}
.TagClassName
{
border-color: #378FED;
}
</style>