Shades of Dodger Blue #389AF3
Tints of Dodger Blue #389AF3
RGB
CMYK
RGB Variations
Color information
#389AF3 (or 0x389AF3) is known color: Dodger Blue. HEX triplet: 38, 9A and F3. RGB value is (56,154,243). Sum of RGB (Red+Green+Blue) = 56+154+243=453 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.36% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #389AF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389AF3 is #C7650C. Grayscale: #868686. Windows color (decimal): -13067533 or 15964728. OLE color: 15964728.
HSL color Cylindrical-coordinate representation of color #389AF3: hue angle of 208.56º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #389AF3 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 154 | 243 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.05 |
| HSL | 208.56º | 0.89% | 0.59% | - |
| HSV(B) | 208.56º | 0.77% | 0.95% | - |
| XYZ | 29.36 | 30.42 | 89.12 | - |
| YUV | 134.84 | 189.03 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 154 | 243 | 0.77 | 0.37 | 0 | 0.05 | 208.56 | 0.89 | 0.59 |
| Hex | 38 | 9A | F3 | 4D | 25 | 0 | 5 | D1 | 59 | 3B |
| Octal | 70 | 232 | 363 | 115 | 45 | 0 | 5 | 321 | 131 | 73 |
| Binary | 111000 | 10011010 | 11110011 | 1001101 | 100101 | 0 | 101 | 11010001 | 1011001 | 111011 |
Color Harmonies of #389AF3
Complementary color
Monochromatic Colors of #389AF3
Black with #389AF3
Text Example
Text Example
White with #389AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389AF3; }
p { color: rgb(56,154,243); }
H1.HeaderClassName
{
color: #389AF3;
}
.AnyTagClassName
{
color: #389AF3;
}
</style>
background-color css
<style>
a { background-color: #389AF3; }
a { background-color: rgb(56,154,243); }
div.DivClassName
{
background-color: #389AF3;
}
.BgClassName
{
background-color: #389AF3;
}
</style>
border-color css
<style>
span { border-color: #389AF3; }
span { border-color: rgb(56,154,243); }
td.TdClassName
{
border-color: #389AF3;
}
.TagClassName
{
border-color: #389AF3;
}
</style>