Shades of Dodger Blue #139BFA
Tints of Dodger Blue #139BFA
RGB
CMYK
RGB Variations
Color information
#139BFA (or 0x139BFA) is known color: Dodger Blue. HEX triplet: 13, 9B and FA. RGB value is (19,155,250). Sum of RGB (Red+Green+Blue) = 19+155+250=424 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.48% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #139BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139BFA is #EC6405. Grayscale: #7C7C7C. Windows color (decimal): -15492102 or 16423699. OLE color: 16423699.
HSL color Cylindrical-coordinate representation of color #139BFA: hue angle of 204.68º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139BFA is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 155 | 250 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.02 |
| HSL | 204.68º | 0.96% | 0.53% | - |
| HSV(B) | 204.68º | 0.92% | 0.98% | - |
| XYZ | 29.25 | 30.48 | 94.78 | - |
| YUV | 125.17 | 198.44 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 250 | 0.92 | 0.38 | 0 | 0.02 | 204.68 | 0.96 | 0.53 |
| Hex | 13 | 9B | FA | 5C | 26 | 0 | 2 | CD | 60 | 35 |
| Octal | 23 | 233 | 372 | 134 | 46 | 0 | 2 | 315 | 140 | 65 |
| Binary | 10011 | 10011011 | 11111010 | 1011100 | 100110 | 0 | 10 | 11001101 | 1100000 | 110101 |
Color Harmonies of #139BFA
Complementary color
Monochromatic Colors of #139BFA
Black with #139BFA
Text Example
Text Example
White with #139BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139BFA; }
p { color: rgb(19,155,250); }
H1.HeaderClassName
{
color: #139BFA;
}
.AnyTagClassName
{
color: #139BFA;
}
</style>
background-color css
<style>
a { background-color: #139BFA; }
a { background-color: rgb(19,155,250); }
div.DivClassName
{
background-color: #139BFA;
}
.BgClassName
{
background-color: #139BFA;
}
</style>
border-color css
<style>
span { border-color: #139BFA; }
span { border-color: rgb(19,155,250); }
td.TdClassName
{
border-color: #139BFA;
}
.TagClassName
{
border-color: #139BFA;
}
</style>