Shades of Dodger Blue #139AFF
Tints of Dodger Blue #139AFF
RGB
CMYK
RGB Variations
Color information
#139AFF (or 0x139AFF) is known color: Dodger Blue. HEX triplet: 13, 9A and FF. RGB value is (19,154,255). Sum of RGB (Red+Green+Blue) = 19+154+255=428 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.44% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #139AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139AFF is #EC6500. Grayscale: #7C7C7C. Windows color (decimal): -15492353 or 16751123. OLE color: 16751123.
HSL color Cylindrical-coordinate representation of color #139AFF: hue angle of 205.68º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #139AFF is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 154 | 255 | - |
| CMYK | 0.93 | 0.40 | 0 | 0 |
| HSL | 205.68º | 1% | 0.54% | - |
| HSV(B) | 205.68º | 0.93% | 1% | - |
| XYZ | 29.87 | 30.47 | 98.91 | - |
| YUV | 125.15 | 201.27 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 255 | 0.93 | 0.40 | 0 | 0 | 205.68 | 1 | 0.54 |
| Hex | 13 | 9A | FF | 5D | 28 | 0 | 0 | CE | 64 | 36 |
| Octal | 23 | 232 | 377 | 135 | 50 | 0 | 0 | 316 | 144 | 66 |
| Binary | 10011 | 10011010 | 11111111 | 1011101 | 101000 | 0 | 0 | 11001110 | 1100100 | 110110 |
Color Harmonies of #139AFF
Complementary color
Monochromatic Colors of #139AFF
Black with #139AFF
Text Example
Text Example
White with #139AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139AFF; }
p { color: rgb(19,154,255); }
H1.HeaderClassName
{
color: #139AFF;
}
.AnyTagClassName
{
color: #139AFF;
}
</style>
background-color css
<style>
a { background-color: #139AFF; }
a { background-color: rgb(19,154,255); }
div.DivClassName
{
background-color: #139AFF;
}
.BgClassName
{
background-color: #139AFF;
}
</style>
border-color css
<style>
span { border-color: #139AFF; }
span { border-color: rgb(19,154,255); }
td.TdClassName
{
border-color: #139AFF;
}
.TagClassName
{
border-color: #139AFF;
}
</style>