Shades of Dodger Blue #378BFD
Tints of Dodger Blue #378BFD
RGB
CMYK
RGB Variations
Color information
#378BFD (or 0x378BFD) is known color: Dodger Blue. HEX triplet: 37, 8B and FD. RGB value is (55,139,253). Sum of RGB (Red+Green+Blue) = 55+139+253=447 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.30% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #378BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378BFD is #C87402. Grayscale: #7E7E7E. Windows color (decimal): -13136899 or 16616247. OLE color: 16616247.
HSL color Cylindrical-coordinate representation of color #378BFD: hue angle of 214.55º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #378BFD is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 139 | 253 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.01 |
| HSL | 214.55º | 0.98% | 0.6% | - |
| HSV(B) | 214.55º | 0.78% | 0.99% | - |
| XYZ | 28.54 | 26.37 | 96.51 | - |
| YUV | 126.88 | 199.17 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 253 | 0.78 | 0.45 | 0 | 0.01 | 214.55 | 0.98 | 0.6 |
| Hex | 37 | 8B | FD | 4E | 2D | 0 | 1 | D7 | 62 | 3C |
| Octal | 67 | 213 | 375 | 116 | 55 | 0 | 1 | 327 | 142 | 74 |
| Binary | 110111 | 10001011 | 11111101 | 1001110 | 101101 | 0 | 1 | 11010111 | 1100010 | 111100 |
Color Harmonies of #378BFD
Complementary color
Monochromatic Colors of #378BFD
Black with #378BFD
Text Example
Text Example
White with #378BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378BFD; }
p { color: rgb(55,139,253); }
H1.HeaderClassName
{
color: #378BFD;
}
.AnyTagClassName
{
color: #378BFD;
}
</style>
background-color css
<style>
a { background-color: #378BFD; }
a { background-color: rgb(55,139,253); }
div.DivClassName
{
background-color: #378BFD;
}
.BgClassName
{
background-color: #378BFD;
}
</style>
border-color css
<style>
span { border-color: #378BFD; }
span { border-color: rgb(55,139,253); }
td.TdClassName
{
border-color: #378BFD;
}
.TagClassName
{
border-color: #378BFD;
}
</style>