Shades of Dodger Blue #389FFB
Tints of Dodger Blue #389FFB
RGB
CMYK
RGB Variations
Color information
#389FFB (or 0x389FFB) is known color: Dodger Blue. HEX triplet: 38, 9F and FB. RGB value is (56,159,251). Sum of RGB (Red+Green+Blue) = 56+159+251=466 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.02% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #389FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389FFB is #C76004. Grayscale: #8A8A8A. Windows color (decimal): -13066245 or 16490296. OLE color: 16490296.
HSL color Cylindrical-coordinate representation of color #389FFB: hue angle of 208.31º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #389FFB is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 159 | 251 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.02 |
| HSL | 208.31º | 0.96% | 0.6% | - |
| HSV(B) | 208.31º | 0.78% | 0.98% | - |
| XYZ | 31.44 | 32.6 | 95.9 | - |
| YUV | 138.69 | 191.38 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 251 | 0.78 | 0.37 | 0 | 0.02 | 208.31 | 0.96 | 0.6 |
| Hex | 38 | 9F | FB | 4E | 25 | 0 | 2 | D0 | 60 | 3C |
| Octal | 70 | 237 | 373 | 116 | 45 | 0 | 2 | 320 | 140 | 74 |
| Binary | 111000 | 10011111 | 11111011 | 1001110 | 100101 | 0 | 10 | 11010000 | 1100000 | 111100 |
Color Harmonies of #389FFB
Complementary color
Monochromatic Colors of #389FFB
Black with #389FFB
Text Example
Text Example
White with #389FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389FFB; }
p { color: rgb(56,159,251); }
H1.HeaderClassName
{
color: #389FFB;
}
.AnyTagClassName
{
color: #389FFB;
}
</style>
background-color css
<style>
a { background-color: #389FFB; }
a { background-color: rgb(56,159,251); }
div.DivClassName
{
background-color: #389FFB;
}
.BgClassName
{
background-color: #389FFB;
}
</style>
border-color css
<style>
span { border-color: #389FFB; }
span { border-color: rgb(56,159,251); }
td.TdClassName
{
border-color: #389FFB;
}
.TagClassName
{
border-color: #389FFB;
}
</style>