Shades of Dodger Blue #139CF4
Tints of Dodger Blue #139CF4
RGB
CMYK
RGB Variations
Color information
#139CF4 (or 0x139CF4) is known color: Dodger Blue. HEX triplet: 13, 9C and F4. RGB value is (19,156,244). Sum of RGB (Red+Green+Blue) = 19+156+244=419 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.53% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 244 (95.70% from 255 or 58.23% from 419); Max value from RGB is 244 - color contains mainly: blue. Hex color #139CF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139CF4 is #EC630B. Grayscale: #7C7C7C. Windows color (decimal): -15491852 or 16030739. OLE color: 16030739.
HSL color Cylindrical-coordinate representation of color #139CF4: hue angle of 203.47º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139CF4 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 156 | 244 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.04 |
| HSL | 203.47º | 0.91% | 0.52% | - |
| HSV(B) | 203.47º | 0.92% | 0.96% | - |
| XYZ | 28.49 | 30.45 | 89.96 | - |
| YUV | 125.07 | 195.11 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 244 | 0.92 | 0.36 | 0 | 0.04 | 203.47 | 0.91 | 0.52 |
| Hex | 13 | 9C | F4 | 5C | 24 | 0 | 4 | CB | 5B | 34 |
| Octal | 23 | 234 | 364 | 134 | 44 | 0 | 4 | 313 | 133 | 64 |
| Binary | 10011 | 10011100 | 11110100 | 1011100 | 100100 | 0 | 100 | 11001011 | 1011011 | 110100 |
Color Harmonies of #139CF4
Complementary color
Monochromatic Colors of #139CF4
Black with #139CF4
Text Example
Text Example
White with #139CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CF4; }
p { color: rgb(19,156,244); }
H1.HeaderClassName
{
color: #139CF4;
}
.AnyTagClassName
{
color: #139CF4;
}
</style>
background-color css
<style>
a { background-color: #139CF4; }
a { background-color: rgb(19,156,244); }
div.DivClassName
{
background-color: #139CF4;
}
.BgClassName
{
background-color: #139CF4;
}
</style>
border-color css
<style>
span { border-color: #139CF4; }
span { border-color: rgb(19,156,244); }
td.TdClassName
{
border-color: #139CF4;
}
.TagClassName
{
border-color: #139CF4;
}
</style>