Shades of Dodger Blue #199CFE
Tints of Dodger Blue #199CFE
RGB
CMYK
RGB Variations
Color information
#199CFE (or 0x199CFE) is known color: Dodger Blue. HEX triplet: 19, 9C and FE. RGB value is (25,156,254). Sum of RGB (Red+Green+Blue) = 25+156+254=435 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.75% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #199CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199CFE is #E66301. Grayscale: #7F7F7F. Windows color (decimal): -15098626 or 16686105. OLE color: 16686105.
HSL color Cylindrical-coordinate representation of color #199CFE: hue angle of 205.68º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199CFE is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 156 | 254 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.00 |
| HSL | 205.68º | 0.99% | 0.55% | - |
| HSV(B) | 205.68º | 0.9% | 1% | - |
| XYZ | 30.18 | 31.14 | 98.19 | - |
| YUV | 128 | 199.1 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 254 | 0.90 | 0.39 | 0 | 0.00 | 205.68 | 0.99 | 0.55 |
| Hex | 19 | 9C | FE | 5A | 27 | 0 | 0 | CE | 63 | 37 |
| Octal | 31 | 234 | 376 | 132 | 47 | 0 | 0 | 316 | 143 | 67 |
| Binary | 11001 | 10011100 | 11111110 | 1011010 | 100111 | 0 | 0 | 11001110 | 1100011 | 110111 |
Color Harmonies of #199CFE
Complementary color
Monochromatic Colors of #199CFE
Black with #199CFE
Text Example
Text Example
White with #199CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CFE; }
p { color: rgb(25,156,254); }
H1.HeaderClassName
{
color: #199CFE;
}
.AnyTagClassName
{
color: #199CFE;
}
</style>
background-color css
<style>
a { background-color: #199CFE; }
a { background-color: rgb(25,156,254); }
div.DivClassName
{
background-color: #199CFE;
}
.BgClassName
{
background-color: #199CFE;
}
</style>
border-color css
<style>
span { border-color: #199CFE; }
span { border-color: rgb(25,156,254); }
td.TdClassName
{
border-color: #199CFE;
}
.TagClassName
{
border-color: #199CFE;
}
</style>