Shades of Dodger Blue #389EFF
Tints of Dodger Blue #389EFF
RGB
CMYK
RGB Variations
Color information
#389EFF (or 0x389EFF) is known color: Dodger Blue. HEX triplet: 38, 9E and FF. RGB value is (56,158,255). Sum of RGB (Red+Green+Blue) = 56+158+255=469 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.94% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #389EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389EFF is #C76100. Grayscale: #8A8A8A. Windows color (decimal): -13066497 or 16752184. OLE color: 16752184.
HSL color Cylindrical-coordinate representation of color #389EFF: hue angle of 209.25º 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 #389EFF is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 158 | 255 | - |
| CMYK | 0.78 | 0.38 | 0 | 0 |
| HSL | 209.25º | 1% | 0.61% | - |
| HSV(B) | 209.25º | 0.78% | 1% | - |
| XYZ | 31.91 | 32.51 | 99.2 | - |
| YUV | 138.56 | 193.71 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 158 | 255 | 0.78 | 0.38 | 0 | 0 | 209.25 | 1 | 0.61 |
| Hex | 38 | 9E | FF | 4E | 26 | 0 | 0 | D1 | 64 | 3D |
| Octal | 70 | 236 | 377 | 116 | 46 | 0 | 0 | 321 | 144 | 75 |
| Binary | 111000 | 10011110 | 11111111 | 1001110 | 100110 | 0 | 0 | 11010001 | 1100100 | 111101 |
Color Harmonies of #389EFF
Complementary color
Monochromatic Colors of #389EFF
Black with #389EFF
Text Example
Text Example
White with #389EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389EFF; }
p { color: rgb(56,158,255); }
H1.HeaderClassName
{
color: #389EFF;
}
.AnyTagClassName
{
color: #389EFF;
}
</style>
background-color css
<style>
a { background-color: #389EFF; }
a { background-color: rgb(56,158,255); }
div.DivClassName
{
background-color: #389EFF;
}
.BgClassName
{
background-color: #389EFF;
}
</style>
border-color css
<style>
span { border-color: #389EFF; }
span { border-color: rgb(56,158,255); }
td.TdClassName
{
border-color: #389EFF;
}
.TagClassName
{
border-color: #389EFF;
}
</style>