Shades of Dodger Blue #388CF2
Tints of Dodger Blue #388CF2
RGB
CMYK
RGB Variations
Color information
#388CF2 (or 0x388CF2) is known color: Dodger Blue. HEX triplet: 38, 8C and F2. RGB value is (56,140,242). Sum of RGB (Red+Green+Blue) = 56+140+242=438 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.79% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #388CF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388CF2 is #C7730D. Grayscale: #7E7E7E. Windows color (decimal): -13071118 or 15895608. OLE color: 15895608.
HSL color Cylindrical-coordinate representation of color #388CF2: hue angle of 212.9º 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 #388CF2 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 140 | 242 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.05 |
| HSL | 212.9º | 0.88% | 0.58% | - |
| HSV(B) | 212.9º | 0.77% | 0.95% | - |
| XYZ | 27.04 | 26.01 | 87.6 | - |
| YUV | 126.51 | 193.17 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 242 | 0.77 | 0.42 | 0 | 0.05 | 212.9 | 0.88 | 0.58 |
| Hex | 38 | 8C | F2 | 4D | 2A | 0 | 5 | D5 | 58 | 3A |
| Octal | 70 | 214 | 362 | 115 | 52 | 0 | 5 | 325 | 130 | 72 |
| Binary | 111000 | 10001100 | 11110010 | 1001101 | 101010 | 0 | 101 | 11010101 | 1011000 | 111010 |
Color Harmonies of #388CF2
Complementary color
Monochromatic Colors of #388CF2
Black with #388CF2
Text Example
Text Example
White with #388CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388CF2; }
p { color: rgb(56,140,242); }
H1.HeaderClassName
{
color: #388CF2;
}
.AnyTagClassName
{
color: #388CF2;
}
</style>
background-color css
<style>
a { background-color: #388CF2; }
a { background-color: rgb(56,140,242); }
div.DivClassName
{
background-color: #388CF2;
}
.BgClassName
{
background-color: #388CF2;
}
</style>
border-color css
<style>
span { border-color: #388CF2; }
span { border-color: rgb(56,140,242); }
td.TdClassName
{
border-color: #388CF2;
}
.TagClassName
{
border-color: #388CF2;
}
</style>