Shades of Dodger Blue #119CFA
Tints of Dodger Blue #119CFA
RGB
CMYK
RGB Variations
Color information
#119CFA (or 0x119CFA) is known color: Dodger Blue. HEX triplet: 11, 9C and FA. RGB value is (17,156,250). Sum of RGB (Red+Green+Blue) = 17+156+250=423 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.02% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #119CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119CFA is #EE6305. Grayscale: #7C7C7C. Windows color (decimal): -15622918 or 16423953. OLE color: 16423953.
HSL color Cylindrical-coordinate representation of color #119CFA: hue angle of 204.21º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119CFA is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 156 | 250 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.02 |
| HSL | 204.21º | 0.96% | 0.52% | - |
| HSV(B) | 204.21º | 0.93% | 0.98% | - |
| XYZ | 29.37 | 30.8 | 94.84 | - |
| YUV | 125.16 | 198.45 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 250 | 0.93 | 0.38 | 0 | 0.02 | 204.21 | 0.96 | 0.52 |
| Hex | 11 | 9C | FA | 5D | 26 | 0 | 2 | CC | 60 | 34 |
| Octal | 21 | 234 | 372 | 135 | 46 | 0 | 2 | 314 | 140 | 64 |
| Binary | 10001 | 10011100 | 11111010 | 1011101 | 100110 | 0 | 10 | 11001100 | 1100000 | 110100 |
Color Harmonies of #119CFA
Complementary color
Monochromatic Colors of #119CFA
Black with #119CFA
Text Example
Text Example
White with #119CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CFA; }
p { color: rgb(17,156,250); }
H1.HeaderClassName
{
color: #119CFA;
}
.AnyTagClassName
{
color: #119CFA;
}
</style>
background-color css
<style>
a { background-color: #119CFA; }
a { background-color: rgb(17,156,250); }
div.DivClassName
{
background-color: #119CFA;
}
.BgClassName
{
background-color: #119CFA;
}
</style>
border-color css
<style>
span { border-color: #119CFA; }
span { border-color: rgb(17,156,250); }
td.TdClassName
{
border-color: #119CFA;
}
.TagClassName
{
border-color: #119CFA;
}
</style>