Shades of Dodger Blue #388FF4
Tints of Dodger Blue #388FF4
RGB
CMYK
RGB Variations
Color information
#388FF4 (or 0x388FF4) is known color: Dodger Blue. HEX triplet: 38, 8F and F4. RGB value is (56,143,244). Sum of RGB (Red+Green+Blue) = 56+143+244=443 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.64% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 244 (95.70% from 255 or 55.08% from 443); Max value from RGB is 244 - color contains mainly: blue. Hex color #388FF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388FF4 is #C7700B. Grayscale: #808080. Windows color (decimal): -13070348 or 16027448. OLE color: 16027448.
HSL color Cylindrical-coordinate representation of color #388FF4: hue angle of 212.23º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #388FF4 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 143 | 244 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.04 |
| HSL | 212.23º | 0.9% | 0.59% | - |
| HSV(B) | 212.23º | 0.77% | 0.96% | - |
| XYZ | 27.78 | 27.02 | 89.34 | - |
| YUV | 128.5 | 193.18 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 244 | 0.77 | 0.41 | 0 | 0.04 | 212.23 | 0.9 | 0.59 |
| Hex | 38 | 8F | F4 | 4D | 29 | 0 | 4 | D4 | 5A | 3B |
| Octal | 70 | 217 | 364 | 115 | 51 | 0 | 4 | 324 | 132 | 73 |
| Binary | 111000 | 10001111 | 11110100 | 1001101 | 101001 | 0 | 100 | 11010100 | 1011010 | 111011 |
Color Harmonies of #388FF4
Complementary color
Monochromatic Colors of #388FF4
Black with #388FF4
Text Example
Text Example
White with #388FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388FF4; }
p { color: rgb(56,143,244); }
H1.HeaderClassName
{
color: #388FF4;
}
.AnyTagClassName
{
color: #388FF4;
}
</style>
background-color css
<style>
a { background-color: #388FF4; }
a { background-color: rgb(56,143,244); }
div.DivClassName
{
background-color: #388FF4;
}
.BgClassName
{
background-color: #388FF4;
}
</style>
border-color css
<style>
span { border-color: #388FF4; }
span { border-color: rgb(56,143,244); }
td.TdClassName
{
border-color: #388FF4;
}
.TagClassName
{
border-color: #388FF4;
}
</style>