Shades of Dodger Blue #378FF2
Tints of Dodger Blue #378FF2
RGB
CMYK
RGB Variations
Color information
#378FF2 (or 0x378FF2) is known color: Dodger Blue. HEX triplet: 37, 8F and F2. RGB value is (55,143,242). Sum of RGB (Red+Green+Blue) = 55+143+242=440 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.5% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 242 (94.92% from 255 or 55% from 440); Max value from RGB is 242 - color contains mainly: blue. Hex color #378FF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378FF2 is #C8700D. Grayscale: #7F7F7F. Windows color (decimal): -13135886 or 15896375. OLE color: 15896375.
HSL color Cylindrical-coordinate representation of color #378FF2: hue angle of 211.76º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #378FF2 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 143 | 242 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.05 |
| HSL | 211.76º | 0.88% | 0.58% | - |
| HSV(B) | 211.76º | 0.77% | 0.95% | - |
| XYZ | 27.43 | 26.87 | 87.74 | - |
| YUV | 127.97 | 192.35 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 143 | 242 | 0.77 | 0.41 | 0 | 0.05 | 211.76 | 0.88 | 0.58 |
| Hex | 37 | 8F | F2 | 4D | 29 | 0 | 5 | D4 | 58 | 3A |
| Octal | 67 | 217 | 362 | 115 | 51 | 0 | 5 | 324 | 130 | 72 |
| Binary | 110111 | 10001111 | 11110010 | 1001101 | 101001 | 0 | 101 | 11010100 | 1011000 | 111010 |
Color Harmonies of #378FF2
Complementary color
Monochromatic Colors of #378FF2
Black with #378FF2
Text Example
Text Example
White with #378FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378FF2; }
p { color: rgb(55,143,242); }
H1.HeaderClassName
{
color: #378FF2;
}
.AnyTagClassName
{
color: #378FF2;
}
</style>
background-color css
<style>
a { background-color: #378FF2; }
a { background-color: rgb(55,143,242); }
div.DivClassName
{
background-color: #378FF2;
}
.BgClassName
{
background-color: #378FF2;
}
</style>
border-color css
<style>
span { border-color: #378FF2; }
span { border-color: rgb(55,143,242); }
td.TdClassName
{
border-color: #378FF2;
}
.TagClassName
{
border-color: #378FF2;
}
</style>