Shades of Dodger Blue #389BFE
Tints of Dodger Blue #389BFE
RGB
CMYK
RGB Variations
Color information
#389BFE (or 0x389BFE) is known color: Dodger Blue. HEX triplet: 38, 9B and FE. RGB value is (56,155,254). Sum of RGB (Red+Green+Blue) = 56+155+254=465 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.04% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #389BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389BFE is #C76401. Grayscale: #888888. Windows color (decimal): -13067266 or 16685880. OLE color: 16685880.
HSL color Cylindrical-coordinate representation of color #389BFE: hue angle of 210º 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 #389BFE is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 155 | 254 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.00 |
| HSL | 210º | 0.99% | 0.61% | - |
| HSV(B) | 210º | 0.78% | 1% | - |
| XYZ | 31.24 | 31.44 | 98.19 | - |
| YUV | 136.69 | 194.2 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 254 | 0.78 | 0.39 | 0 | 0.00 | 210 | 0.99 | 0.61 |
| Hex | 38 | 9B | FE | 4E | 27 | 0 | 0 | D2 | 63 | 3D |
| Octal | 70 | 233 | 376 | 116 | 47 | 0 | 0 | 322 | 143 | 75 |
| Binary | 111000 | 10011011 | 11111110 | 1001110 | 100111 | 0 | 0 | 11010010 | 1100011 | 111101 |
Color Harmonies of #389BFE
Complementary color
Monochromatic Colors of #389BFE
Black with #389BFE
Text Example
Text Example
White with #389BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389BFE; }
p { color: rgb(56,155,254); }
H1.HeaderClassName
{
color: #389BFE;
}
.AnyTagClassName
{
color: #389BFE;
}
</style>
background-color css
<style>
a { background-color: #389BFE; }
a { background-color: rgb(56,155,254); }
div.DivClassName
{
background-color: #389BFE;
}
.BgClassName
{
background-color: #389BFE;
}
</style>
border-color css
<style>
span { border-color: #389BFE; }
span { border-color: rgb(56,155,254); }
td.TdClassName
{
border-color: #389BFE;
}
.TagClassName
{
border-color: #389BFE;
}
</style>