Shades of Dodger Blue #378BFC
Tints of Dodger Blue #378BFC
RGB
CMYK
RGB Variations
Color information
#378BFC (or 0x378BFC) is known color: Dodger Blue. HEX triplet: 37, 8B and FC. RGB value is (55,139,252). Sum of RGB (Red+Green+Blue) = 55+139+252=446 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.33% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #378BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378BFC is #C87403. Grayscale: #7E7E7E. Windows color (decimal): -13136900 or 16550711. OLE color: 16550711.
HSL color Cylindrical-coordinate representation of color #378BFC: hue angle of 214.42º degrees, saturation: 0.97, 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 #378BFC is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 139 | 252 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.01 |
| HSL | 214.42º | 0.97% | 0.6% | - |
| HSV(B) | 214.42º | 0.78% | 0.99% | - |
| XYZ | 28.38 | 26.31 | 95.68 | - |
| YUV | 126.77 | 198.67 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 252 | 0.78 | 0.45 | 0 | 0.01 | 214.42 | 0.97 | 0.6 |
| Hex | 37 | 8B | FC | 4E | 2D | 0 | 1 | D6 | 61 | 3C |
| Octal | 67 | 213 | 374 | 116 | 55 | 0 | 1 | 326 | 141 | 74 |
| Binary | 110111 | 10001011 | 11111100 | 1001110 | 101101 | 0 | 1 | 11010110 | 1100001 | 111100 |
Color Harmonies of #378BFC
Complementary color
Monochromatic Colors of #378BFC
Black with #378BFC
Text Example
Text Example
White with #378BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378BFC; }
p { color: rgb(55,139,252); }
H1.HeaderClassName
{
color: #378BFC;
}
.AnyTagClassName
{
color: #378BFC;
}
</style>
background-color css
<style>
a { background-color: #378BFC; }
a { background-color: rgb(55,139,252); }
div.DivClassName
{
background-color: #378BFC;
}
.BgClassName
{
background-color: #378BFC;
}
</style>
border-color css
<style>
span { border-color: #378BFC; }
span { border-color: rgb(55,139,252); }
td.TdClassName
{
border-color: #378BFC;
}
.TagClassName
{
border-color: #378BFC;
}
</style>