Shades of Dodger Blue #389AF4
Tints of Dodger Blue #389AF4
RGB
CMYK
RGB Variations
Color information
#389AF4 (or 0x389AF4) is known color: Dodger Blue. HEX triplet: 38, 9A and F4. RGB value is (56,154,244). Sum of RGB (Red+Green+Blue) = 56+154+244=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 244 (95.70% from 255 or 53.74% from 454); Max value from RGB is 244 - color contains mainly: blue. Hex color #389AF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389AF4 is #C7650B. Grayscale: #868686. Windows color (decimal): -13067532 or 16030264. OLE color: 16030264.
HSL color Cylindrical-coordinate representation of color #389AF4: hue angle of 208.72º 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 #389AF4 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 154 | 244 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.04 |
| HSL | 208.72º | 0.9% | 0.59% | - |
| HSV(B) | 208.72º | 0.77% | 0.96% | - |
| XYZ | 29.52 | 30.48 | 89.92 | - |
| YUV | 134.96 | 189.53 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 154 | 244 | 0.77 | 0.37 | 0 | 0.04 | 208.72 | 0.9 | 0.59 |
| Hex | 38 | 9A | F4 | 4D | 25 | 0 | 4 | D1 | 5A | 3B |
| Octal | 70 | 232 | 364 | 115 | 45 | 0 | 4 | 321 | 132 | 73 |
| Binary | 111000 | 10011010 | 11110100 | 1001101 | 100101 | 0 | 100 | 11010001 | 1011010 | 111011 |
Color Harmonies of #389AF4
Complementary color
Monochromatic Colors of #389AF4
Black with #389AF4
Text Example
Text Example
White with #389AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389AF4; }
p { color: rgb(56,154,244); }
H1.HeaderClassName
{
color: #389AF4;
}
.AnyTagClassName
{
color: #389AF4;
}
</style>
background-color css
<style>
a { background-color: #389AF4; }
a { background-color: rgb(56,154,244); }
div.DivClassName
{
background-color: #389AF4;
}
.BgClassName
{
background-color: #389AF4;
}
</style>
border-color css
<style>
span { border-color: #389AF4; }
span { border-color: rgb(56,154,244); }
td.TdClassName
{
border-color: #389AF4;
}
.TagClassName
{
border-color: #389AF4;
}
</style>