Shades of Dodger Blue #389CF3
Tints of Dodger Blue #389CF3
RGB
CMYK
RGB Variations
Color information
#389CF3 (or 0x389CF3) is known color: Dodger Blue. HEX triplet: 38, 9C and F3. RGB value is (56,156,243). Sum of RGB (Red+Green+Blue) = 56+156+243=455 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.31% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 243 (95.31% from 255 or 53.41% from 455); Max value from RGB is 243 - color contains mainly: blue. Hex color #389CF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389CF3 is #C7630C. Grayscale: #878787. Windows color (decimal): -13067021 or 15965240. OLE color: 15965240.
HSL color Cylindrical-coordinate representation of color #389CF3: hue angle of 207.91º 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 #389CF3 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 156 | 243 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.05 |
| HSL | 207.91º | 0.89% | 0.59% | - |
| HSV(B) | 207.91º | 0.77% | 0.95% | - |
| XYZ | 29.7 | 31.09 | 89.23 | - |
| YUV | 136.02 | 188.37 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 243 | 0.77 | 0.36 | 0 | 0.05 | 207.91 | 0.89 | 0.59 |
| Hex | 38 | 9C | F3 | 4D | 24 | 0 | 5 | D0 | 59 | 3B |
| Octal | 70 | 234 | 363 | 115 | 44 | 0 | 5 | 320 | 131 | 73 |
| Binary | 111000 | 10011100 | 11110011 | 1001101 | 100100 | 0 | 101 | 11010000 | 1011001 | 111011 |
Color Harmonies of #389CF3
Complementary color
Monochromatic Colors of #389CF3
Black with #389CF3
Text Example
Text Example
White with #389CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389CF3; }
p { color: rgb(56,156,243); }
H1.HeaderClassName
{
color: #389CF3;
}
.AnyTagClassName
{
color: #389CF3;
}
</style>
background-color css
<style>
a { background-color: #389CF3; }
a { background-color: rgb(56,156,243); }
div.DivClassName
{
background-color: #389CF3;
}
.BgClassName
{
background-color: #389CF3;
}
</style>
border-color css
<style>
span { border-color: #389CF3; }
span { border-color: rgb(56,156,243); }
td.TdClassName
{
border-color: #389CF3;
}
.TagClassName
{
border-color: #389CF3;
}
</style>