Shades of Dodger Blue #389CFD
Tints of Dodger Blue #389CFD
RGB
CMYK
RGB Variations
Color information
#389CFD (or 0x389CFD) is known color: Dodger Blue. HEX triplet: 38, 9C and FD. RGB value is (56,156,253). Sum of RGB (Red+Green+Blue) = 56+156+253=465 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.04% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #389CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389CFD is #C76302. Grayscale: #888888. Windows color (decimal): -13067011 or 16620600. OLE color: 16620600.
HSL color Cylindrical-coordinate representation of color #389CFD: hue angle of 209.54º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #389CFD is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 156 | 253 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.01 |
| HSL | 209.54º | 0.98% | 0.61% | - |
| HSV(B) | 209.54º | 0.78% | 0.99% | - |
| XYZ | 31.25 | 31.71 | 97.4 | - |
| YUV | 137.16 | 193.37 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 253 | 0.78 | 0.38 | 0 | 0.01 | 209.54 | 0.98 | 0.61 |
| Hex | 38 | 9C | FD | 4E | 26 | 0 | 1 | D2 | 62 | 3D |
| Octal | 70 | 234 | 375 | 116 | 46 | 0 | 1 | 322 | 142 | 75 |
| Binary | 111000 | 10011100 | 11111101 | 1001110 | 100110 | 0 | 1 | 11010010 | 1100010 | 111101 |
Color Harmonies of #389CFD
Complementary color
Monochromatic Colors of #389CFD
Black with #389CFD
Text Example
Text Example
White with #389CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389CFD; }
p { color: rgb(56,156,253); }
H1.HeaderClassName
{
color: #389CFD;
}
.AnyTagClassName
{
color: #389CFD;
}
</style>
background-color css
<style>
a { background-color: #389CFD; }
a { background-color: rgb(56,156,253); }
div.DivClassName
{
background-color: #389CFD;
}
.BgClassName
{
background-color: #389CFD;
}
</style>
border-color css
<style>
span { border-color: #389CFD; }
span { border-color: rgb(56,156,253); }
td.TdClassName
{
border-color: #389CFD;
}
.TagClassName
{
border-color: #389CFD;
}
</style>