Shades of Dodger Blue #199AFB
Tints of Dodger Blue #199AFB
RGB
CMYK
RGB Variations
Color information
#199AFB (or 0x199AFB) is known color: Dodger Blue. HEX triplet: 19, 9A and FB. RGB value is (25,154,251). Sum of RGB (Red+Green+Blue) = 25+154+251=430 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.81% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #199AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199AFB is #E66504. Grayscale: #7D7D7D. Windows color (decimal): -15099141 or 16488985. OLE color: 16488985.
HSL color Cylindrical-coordinate representation of color #199AFB: hue angle of 205.75º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199AFB is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 154 | 251 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.02 |
| HSL | 205.75º | 0.97% | 0.54% | - |
| HSV(B) | 205.75º | 0.9% | 0.98% | - |
| XYZ | 29.37 | 30.28 | 95.56 | - |
| YUV | 126.49 | 198.26 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 251 | 0.90 | 0.39 | 0 | 0.02 | 205.75 | 0.97 | 0.54 |
| Hex | 19 | 9A | FB | 5A | 27 | 0 | 2 | CE | 61 | 36 |
| Octal | 31 | 232 | 373 | 132 | 47 | 0 | 2 | 316 | 141 | 66 |
| Binary | 11001 | 10011010 | 11111011 | 1011010 | 100111 | 0 | 10 | 11001110 | 1100001 | 110110 |
Color Harmonies of #199AFB
Complementary color
Monochromatic Colors of #199AFB
Black with #199AFB
Text Example
Text Example
White with #199AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199AFB; }
p { color: rgb(25,154,251); }
H1.HeaderClassName
{
color: #199AFB;
}
.AnyTagClassName
{
color: #199AFB;
}
</style>
background-color css
<style>
a { background-color: #199AFB; }
a { background-color: rgb(25,154,251); }
div.DivClassName
{
background-color: #199AFB;
}
.BgClassName
{
background-color: #199AFB;
}
</style>
border-color css
<style>
span { border-color: #199AFB; }
span { border-color: rgb(25,154,251); }
td.TdClassName
{
border-color: #199AFB;
}
.TagClassName
{
border-color: #199AFB;
}
</style>