Shades of Dodger Blue #389FFC
Tints of Dodger Blue #389FFC
RGB
CMYK
RGB Variations
Color information
#389FFC (or 0x389FFC) is known color: Dodger Blue. HEX triplet: 38, 9F and FC. RGB value is (56,159,252). Sum of RGB (Red+Green+Blue) = 56+159+252=467 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.99% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #389FFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389FFC is #C76003. Grayscale: #8A8A8A. Windows color (decimal): -13066244 or 16555832. OLE color: 16555832.
HSL color Cylindrical-coordinate representation of color #389FFC: hue angle of 208.47º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #389FFC is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 159 | 252 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.01 |
| HSL | 208.47º | 0.97% | 0.6% | - |
| HSV(B) | 208.47º | 0.78% | 0.99% | - |
| XYZ | 31.6 | 32.67 | 96.74 | - |
| YUV | 138.81 | 191.88 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 252 | 0.78 | 0.37 | 0 | 0.01 | 208.47 | 0.97 | 0.6 |
| Hex | 38 | 9F | FC | 4E | 25 | 0 | 1 | D0 | 61 | 3C |
| Octal | 70 | 237 | 374 | 116 | 45 | 0 | 1 | 320 | 141 | 74 |
| Binary | 111000 | 10011111 | 11111100 | 1001110 | 100101 | 0 | 1 | 11010000 | 1100001 | 111100 |
Color Harmonies of #389FFC
Complementary color
Monochromatic Colors of #389FFC
Black with #389FFC
Text Example
Text Example
White with #389FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389FFC; }
p { color: rgb(56,159,252); }
H1.HeaderClassName
{
color: #389FFC;
}
.AnyTagClassName
{
color: #389FFC;
}
</style>
background-color css
<style>
a { background-color: #389FFC; }
a { background-color: rgb(56,159,252); }
div.DivClassName
{
background-color: #389FFC;
}
.BgClassName
{
background-color: #389FFC;
}
</style>
border-color css
<style>
span { border-color: #389FFC; }
span { border-color: rgb(56,159,252); }
td.TdClassName
{
border-color: #389FFC;
}
.TagClassName
{
border-color: #389FFC;
}
</style>