Shades of Dodger Blue #389AF8
Tints of Dodger Blue #389AF8
RGB
CMYK
RGB Variations
Color information
#389AF8 (or 0x389AF8) is known color: Dodger Blue. HEX triplet: 38, 9A and F8. RGB value is (56,154,248). Sum of RGB (Red+Green+Blue) = 56+154+248=458 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.23% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #389AF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389AF8 is #C76507. Grayscale: #868686. Windows color (decimal): -13067528 or 16292408. OLE color: 16292408.
HSL color Cylindrical-coordinate representation of color #389AF8: hue angle of 209.38º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #389AF8 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 154 | 248 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.03 |
| HSL | 209.38º | 0.93% | 0.6% | - |
| HSV(B) | 209.38º | 0.77% | 0.97% | - |
| XYZ | 30.13 | 30.73 | 93.15 | - |
| YUV | 135.41 | 191.53 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 154 | 248 | 0.77 | 0.38 | 0 | 0.03 | 209.38 | 0.93 | 0.6 |
| Hex | 38 | 9A | F8 | 4D | 26 | 0 | 3 | D1 | 5D | 3C |
| Octal | 70 | 232 | 370 | 115 | 46 | 0 | 3 | 321 | 135 | 74 |
| Binary | 111000 | 10011010 | 11111000 | 1001101 | 100110 | 0 | 11 | 11010001 | 1011101 | 111100 |
Color Harmonies of #389AF8
Complementary color
Monochromatic Colors of #389AF8
Black with #389AF8
Text Example
Text Example
White with #389AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389AF8; }
p { color: rgb(56,154,248); }
H1.HeaderClassName
{
color: #389AF8;
}
.AnyTagClassName
{
color: #389AF8;
}
</style>
background-color css
<style>
a { background-color: #389AF8; }
a { background-color: rgb(56,154,248); }
div.DivClassName
{
background-color: #389AF8;
}
.BgClassName
{
background-color: #389AF8;
}
</style>
border-color css
<style>
span { border-color: #389AF8; }
span { border-color: rgb(56,154,248); }
td.TdClassName
{
border-color: #389AF8;
}
.TagClassName
{
border-color: #389AF8;
}
</style>