Shades of Dodger Blue #378FFB
Tints of Dodger Blue #378FFB
RGB
CMYK
RGB Variations
Color information
#378FFB (or 0x378FFB) is known color: Dodger Blue. HEX triplet: 37, 8F and FB. RGB value is (55,143,251). Sum of RGB (Red+Green+Blue) = 55+143+251=449 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.25% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #378FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378FFB is #C87004. Grayscale: #808080. Windows color (decimal): -13135877 or 16486199. OLE color: 16486199.
HSL color Cylindrical-coordinate representation of color #378FFB: hue angle of 213.06º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #378FFB is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 143 | 251 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.02 |
| HSL | 213.06º | 0.96% | 0.6% | - |
| HSV(B) | 213.06º | 0.78% | 0.98% | - |
| XYZ | 28.81 | 27.42 | 95.04 | - |
| YUV | 129 | 196.85 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 143 | 251 | 0.78 | 0.43 | 0 | 0.02 | 213.06 | 0.96 | 0.6 |
| Hex | 37 | 8F | FB | 4E | 2B | 0 | 2 | D5 | 60 | 3C |
| Octal | 67 | 217 | 373 | 116 | 53 | 0 | 2 | 325 | 140 | 74 |
| Binary | 110111 | 10001111 | 11111011 | 1001110 | 101011 | 0 | 10 | 11010101 | 1100000 | 111100 |
Color Harmonies of #378FFB
Complementary color
Monochromatic Colors of #378FFB
Black with #378FFB
Text Example
Text Example
White with #378FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378FFB; }
p { color: rgb(55,143,251); }
H1.HeaderClassName
{
color: #378FFB;
}
.AnyTagClassName
{
color: #378FFB;
}
</style>
background-color css
<style>
a { background-color: #378FFB; }
a { background-color: rgb(55,143,251); }
div.DivClassName
{
background-color: #378FFB;
}
.BgClassName
{
background-color: #378FFB;
}
</style>
border-color css
<style>
span { border-color: #378FFB; }
span { border-color: rgb(55,143,251); }
td.TdClassName
{
border-color: #378FFB;
}
.TagClassName
{
border-color: #378FFB;
}
</style>