Shades of Dodger Blue #119BFA
Tints of Dodger Blue #119BFA
RGB
CMYK
RGB Variations
Color information
#119BFA (or 0x119BFA) is known color: Dodger Blue. HEX triplet: 11, 9B and FA. RGB value is (17,155,250). Sum of RGB (Red+Green+Blue) = 17+155+250=422 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.03% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #119BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119BFA is #EE6405. Grayscale: #7C7C7C. Windows color (decimal): -15623174 or 16423697. OLE color: 16423697.
HSL color Cylindrical-coordinate representation of color #119BFA: hue angle of 204.46º 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 #119BFA is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 155 | 250 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.02 |
| HSL | 204.46º | 0.96% | 0.52% | - |
| HSV(B) | 204.46º | 0.93% | 0.98% | - |
| XYZ | 29.21 | 30.46 | 94.78 | - |
| YUV | 124.57 | 198.78 | 51.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 250 | 0.93 | 0.38 | 0 | 0.02 | 204.46 | 0.96 | 0.52 |
| Hex | 11 | 9B | FA | 5D | 26 | 0 | 2 | CC | 60 | 34 |
| Octal | 21 | 233 | 372 | 135 | 46 | 0 | 2 | 314 | 140 | 64 |
| Binary | 10001 | 10011011 | 11111010 | 1011101 | 100110 | 0 | 10 | 11001100 | 1100000 | 110100 |
Color Harmonies of #119BFA
Complementary color
Monochromatic Colors of #119BFA
Black with #119BFA
Text Example
Text Example
White with #119BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119BFA; }
p { color: rgb(17,155,250); }
H1.HeaderClassName
{
color: #119BFA;
}
.AnyTagClassName
{
color: #119BFA;
}
</style>
background-color css
<style>
a { background-color: #119BFA; }
a { background-color: rgb(17,155,250); }
div.DivClassName
{
background-color: #119BFA;
}
.BgClassName
{
background-color: #119BFA;
}
</style>
border-color css
<style>
span { border-color: #119BFA; }
span { border-color: rgb(17,155,250); }
td.TdClassName
{
border-color: #119BFA;
}
.TagClassName
{
border-color: #119BFA;
}
</style>