Shades of Dodger Blue #169BFA
Tints of Dodger Blue #169BFA
RGB
CMYK
RGB Variations
Color information
#169BFA (or 0x169BFA) is known color: Dodger Blue. HEX triplet: 16, 9B and FA. RGB value is (22,155,250). Sum of RGB (Red+Green+Blue) = 22+155+250=427 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.15% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #169BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #169BFA is #E96405. Grayscale: #7D7D7D. Windows color (decimal): -15295494 or 16423702. OLE color: 16423702.
HSL color Cylindrical-coordinate representation of color #169BFA: hue angle of 205º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #169BFA is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 155 | 250 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.02 |
| HSL | 205º | 0.96% | 0.53% | - |
| HSV(B) | 205º | 0.91% | 0.98% | - |
| XYZ | 29.31 | 30.52 | 94.79 | - |
| YUV | 126.06 | 197.94 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 155 | 250 | 0.91 | 0.38 | 0 | 0.02 | 205 | 0.96 | 0.53 |
| Hex | 16 | 9B | FA | 5B | 26 | 0 | 2 | CD | 60 | 35 |
| Octal | 26 | 233 | 372 | 133 | 46 | 0 | 2 | 315 | 140 | 65 |
| Binary | 10110 | 10011011 | 11111010 | 1011011 | 100110 | 0 | 10 | 11001101 | 1100000 | 110101 |
Color Harmonies of #169BFA
Complementary color
Monochromatic Colors of #169BFA
Black with #169BFA
Text Example
Text Example
White with #169BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169BFA; }
p { color: rgb(22,155,250); }
H1.HeaderClassName
{
color: #169BFA;
}
.AnyTagClassName
{
color: #169BFA;
}
</style>
background-color css
<style>
a { background-color: #169BFA; }
a { background-color: rgb(22,155,250); }
div.DivClassName
{
background-color: #169BFA;
}
.BgClassName
{
background-color: #169BFA;
}
</style>
border-color css
<style>
span { border-color: #169BFA; }
span { border-color: rgb(22,155,250); }
td.TdClassName
{
border-color: #169BFA;
}
.TagClassName
{
border-color: #169BFA;
}
</style>