Shades of Dodger Blue #139BFC
Tints of Dodger Blue #139BFC
RGB
CMYK
RGB Variations
Color information
#139BFC (or 0x139BFC) is known color: Dodger Blue. HEX triplet: 13, 9B and FC. RGB value is (19,155,252). Sum of RGB (Red+Green+Blue) = 19+155+252=426 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.46% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #139BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139BFC is #EC6403. Grayscale: #7C7C7C. Windows color (decimal): -15492100 or 16554771. OLE color: 16554771.
HSL color Cylindrical-coordinate representation of color #139BFC: hue angle of 204.98º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139BFC is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 155 | 252 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.01 |
| HSL | 204.98º | 0.97% | 0.53% | - |
| HSV(B) | 204.98º | 0.92% | 0.99% | - |
| XYZ | 29.56 | 30.61 | 96.45 | - |
| YUV | 125.39 | 199.44 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 252 | 0.92 | 0.38 | 0 | 0.01 | 204.98 | 0.97 | 0.53 |
| Hex | 13 | 9B | FC | 5C | 26 | 0 | 1 | CD | 61 | 35 |
| Octal | 23 | 233 | 374 | 134 | 46 | 0 | 1 | 315 | 141 | 65 |
| Binary | 10011 | 10011011 | 11111100 | 1011100 | 100110 | 0 | 1 | 11001101 | 1100001 | 110101 |
Color Harmonies of #139BFC
Complementary color
Monochromatic Colors of #139BFC
Black with #139BFC
Text Example
Text Example
White with #139BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139BFC; }
p { color: rgb(19,155,252); }
H1.HeaderClassName
{
color: #139BFC;
}
.AnyTagClassName
{
color: #139BFC;
}
</style>
background-color css
<style>
a { background-color: #139BFC; }
a { background-color: rgb(19,155,252); }
div.DivClassName
{
background-color: #139BFC;
}
.BgClassName
{
background-color: #139BFC;
}
</style>
border-color css
<style>
span { border-color: #139BFC; }
span { border-color: rgb(19,155,252); }
td.TdClassName
{
border-color: #139BFC;
}
.TagClassName
{
border-color: #139BFC;
}
</style>