Shades of Dodger Blue #389FFE
Tints of Dodger Blue #389FFE
RGB
CMYK
RGB Variations
Color information
#389FFE (or 0x389FFE) is known color: Dodger Blue. HEX triplet: 38, 9F and FE. RGB value is (56,159,254). Sum of RGB (Red+Green+Blue) = 56+159+254=469 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.94% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #389FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389FFE is #C76001. Grayscale: #8A8A8A. Windows color (decimal): -13066242 or 16686904. OLE color: 16686904.
HSL color Cylindrical-coordinate representation of color #389FFE: hue angle of 208.79º 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 #389FFE is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 159 | 254 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.00 |
| HSL | 208.79º | 0.99% | 0.61% | - |
| HSV(B) | 208.79º | 0.78% | 1% | - |
| XYZ | 31.92 | 32.79 | 98.41 | - |
| YUV | 139.03 | 192.88 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 254 | 0.78 | 0.37 | 0 | 0.00 | 208.79 | 0.99 | 0.61 |
| Hex | 38 | 9F | FE | 4E | 25 | 0 | 0 | D1 | 63 | 3D |
| Octal | 70 | 237 | 376 | 116 | 45 | 0 | 0 | 321 | 143 | 75 |
| Binary | 111000 | 10011111 | 11111110 | 1001110 | 100101 | 0 | 0 | 11010001 | 1100011 | 111101 |
Color Harmonies of #389FFE
Complementary color
Monochromatic Colors of #389FFE
Black with #389FFE
Text Example
Text Example
White with #389FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389FFE; }
p { color: rgb(56,159,254); }
H1.HeaderClassName
{
color: #389FFE;
}
.AnyTagClassName
{
color: #389FFE;
}
</style>
background-color css
<style>
a { background-color: #389FFE; }
a { background-color: rgb(56,159,254); }
div.DivClassName
{
background-color: #389FFE;
}
.BgClassName
{
background-color: #389FFE;
}
</style>
border-color css
<style>
span { border-color: #389FFE; }
span { border-color: rgb(56,159,254); }
td.TdClassName
{
border-color: #389FFE;
}
.TagClassName
{
border-color: #389FFE;
}
</style>