Shades of Dodger Blue #389BF2
Tints of Dodger Blue #389BF2
RGB
CMYK
RGB Variations
Color information
#389BF2 (or 0x389BF2) is known color: Dodger Blue. HEX triplet: 38, 9B and F2. RGB value is (56,155,242). Sum of RGB (Red+Green+Blue) = 56+155+242=453 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.36% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #389BF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389BF2 is #C7640D. Grayscale: #868686. Windows color (decimal): -13067278 or 15899448. OLE color: 15899448.
HSL color Cylindrical-coordinate representation of color #389BF2: hue angle of 208.06º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #389BF2 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 155 | 242 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.05 |
| HSL | 208.06º | 0.88% | 0.58% | - |
| HSV(B) | 208.06º | 0.77% | 0.95% | - |
| XYZ | 29.38 | 30.69 | 88.38 | - |
| YUV | 135.32 | 188.2 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 242 | 0.77 | 0.36 | 0 | 0.05 | 208.06 | 0.88 | 0.58 |
| Hex | 38 | 9B | F2 | 4D | 24 | 0 | 5 | D0 | 58 | 3A |
| Octal | 70 | 233 | 362 | 115 | 44 | 0 | 5 | 320 | 130 | 72 |
| Binary | 111000 | 10011011 | 11110010 | 1001101 | 100100 | 0 | 101 | 11010000 | 1011000 | 111010 |
Color Harmonies of #389BF2
Complementary color
Monochromatic Colors of #389BF2
Black with #389BF2
Text Example
Text Example
White with #389BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389BF2; }
p { color: rgb(56,155,242); }
H1.HeaderClassName
{
color: #389BF2;
}
.AnyTagClassName
{
color: #389BF2;
}
</style>
background-color css
<style>
a { background-color: #389BF2; }
a { background-color: rgb(56,155,242); }
div.DivClassName
{
background-color: #389BF2;
}
.BgClassName
{
background-color: #389BF2;
}
</style>
border-color css
<style>
span { border-color: #389BF2; }
span { border-color: rgb(56,155,242); }
td.TdClassName
{
border-color: #389BF2;
}
.TagClassName
{
border-color: #389BF2;
}
</style>