Shades of Dodger Blue #378AFF
Tints of Dodger Blue #378AFF
RGB
CMYK
RGB Variations
Color information
#378AFF (or 0x378AFF) is known color: Dodger Blue. HEX triplet: 37, 8A and FF. RGB value is (55,138,255). Sum of RGB (Red+Green+Blue) = 55+138+255=448 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.28% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #378AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378AFF is #C87500. Grayscale: #7D7D7D. Windows color (decimal): -13137153 or 16747063. OLE color: 16747063.
HSL color Cylindrical-coordinate representation of color #378AFF: hue angle of 215.1º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #378AFF is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 138 | 255 | - |
| CMYK | 0.78 | 0.46 | 0 | 0 |
| HSL | 215.1º | 1% | 0.61% | - |
| HSV(B) | 215.1º | 0.78% | 1% | - |
| XYZ | 28.71 | 26.21 | 98.15 | - |
| YUV | 126.52 | 200.5 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 138 | 255 | 0.78 | 0.46 | 0 | 0 | 215.1 | 1 | 0.61 |
| Hex | 37 | 8A | FF | 4E | 2E | 0 | 0 | D7 | 64 | 3D |
| Octal | 67 | 212 | 377 | 116 | 56 | 0 | 0 | 327 | 144 | 75 |
| Binary | 110111 | 10001010 | 11111111 | 1001110 | 101110 | 0 | 0 | 11010111 | 1100100 | 111101 |
Color Harmonies of #378AFF
Complementary color
Monochromatic Colors of #378AFF
Black with #378AFF
Text Example
Text Example
White with #378AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378AFF; }
p { color: rgb(55,138,255); }
H1.HeaderClassName
{
color: #378AFF;
}
.AnyTagClassName
{
color: #378AFF;
}
</style>
background-color css
<style>
a { background-color: #378AFF; }
a { background-color: rgb(55,138,255); }
div.DivClassName
{
background-color: #378AFF;
}
.BgClassName
{
background-color: #378AFF;
}
</style>
border-color css
<style>
span { border-color: #378AFF; }
span { border-color: rgb(55,138,255); }
td.TdClassName
{
border-color: #378AFF;
}
.TagClassName
{
border-color: #378AFF;
}
</style>