Shades of Dodger Blue #169BFE
Tints of Dodger Blue #169BFE
RGB
CMYK
RGB Variations
Color information
#169BFE (or 0x169BFE) is known color: Dodger Blue. HEX triplet: 16, 9B and FE. RGB value is (22,155,254). Sum of RGB (Red+Green+Blue) = 22+155+254=431 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.10% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #169BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #169BFE is #E96401. Grayscale: #7D7D7D. Windows color (decimal): -15295490 or 16685846. OLE color: 16685846.
HSL color Cylindrical-coordinate representation of color #169BFE: hue angle of 205.6º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #169BFE is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 155 | 254 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.00 |
| HSL | 205.6º | 0.99% | 0.54% | - |
| HSV(B) | 205.6º | 0.91% | 1% | - |
| XYZ | 29.94 | 30.77 | 98.13 | - |
| YUV | 126.52 | 199.94 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 155 | 254 | 0.91 | 0.39 | 0 | 0.00 | 205.6 | 0.99 | 0.54 |
| Hex | 16 | 9B | FE | 5B | 27 | 0 | 0 | CE | 63 | 36 |
| Octal | 26 | 233 | 376 | 133 | 47 | 0 | 0 | 316 | 143 | 66 |
| Binary | 10110 | 10011011 | 11111110 | 1011011 | 100111 | 0 | 0 | 11001110 | 1100011 | 110110 |
Color Harmonies of #169BFE
Complementary color
Monochromatic Colors of #169BFE
Black with #169BFE
Text Example
Text Example
White with #169BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169BFE; }
p { color: rgb(22,155,254); }
H1.HeaderClassName
{
color: #169BFE;
}
.AnyTagClassName
{
color: #169BFE;
}
</style>
background-color css
<style>
a { background-color: #169BFE; }
a { background-color: rgb(22,155,254); }
div.DivClassName
{
background-color: #169BFE;
}
.BgClassName
{
background-color: #169BFE;
}
</style>
border-color css
<style>
span { border-color: #169BFE; }
span { border-color: rgb(22,155,254); }
td.TdClassName
{
border-color: #169BFE;
}
.TagClassName
{
border-color: #169BFE;
}
</style>