Shades of Dodger Blue #389CFE
Tints of Dodger Blue #389CFE
RGB
CMYK
RGB Variations
Color information
#389CFE (or 0x389CFE) is known color: Dodger Blue. HEX triplet: 38, 9C and FE. RGB value is (56,156,254). Sum of RGB (Red+Green+Blue) = 56+156+254=466 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.02% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #389CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389CFE is #C76301. Grayscale: #888888. Windows color (decimal): -13067010 or 16686136. OLE color: 16686136.
HSL color Cylindrical-coordinate representation of color #389CFE: hue angle of 209.7º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #389CFE is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 156 | 254 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.00 |
| HSL | 209.7º | 0.99% | 0.61% | - |
| HSV(B) | 209.7º | 0.78% | 1% | - |
| XYZ | 31.41 | 31.77 | 98.24 | - |
| YUV | 137.27 | 193.87 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 254 | 0.78 | 0.39 | 0 | 0.00 | 209.7 | 0.99 | 0.61 |
| Hex | 38 | 9C | FE | 4E | 27 | 0 | 0 | D2 | 63 | 3D |
| Octal | 70 | 234 | 376 | 116 | 47 | 0 | 0 | 322 | 143 | 75 |
| Binary | 111000 | 10011100 | 11111110 | 1001110 | 100111 | 0 | 0 | 11010010 | 1100011 | 111101 |
Color Harmonies of #389CFE
Complementary color
Monochromatic Colors of #389CFE
Black with #389CFE
Text Example
Text Example
White with #389CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389CFE; }
p { color: rgb(56,156,254); }
H1.HeaderClassName
{
color: #389CFE;
}
.AnyTagClassName
{
color: #389CFE;
}
</style>
background-color css
<style>
a { background-color: #389CFE; }
a { background-color: rgb(56,156,254); }
div.DivClassName
{
background-color: #389CFE;
}
.BgClassName
{
background-color: #389CFE;
}
</style>
border-color css
<style>
span { border-color: #389CFE; }
span { border-color: rgb(56,156,254); }
td.TdClassName
{
border-color: #389CFE;
}
.TagClassName
{
border-color: #389CFE;
}
</style>