Shades of Dodger Blue #169BE3
Tints of Dodger Blue #169BE3
RGB
CMYK
RGB Variations
Color information
#169BE3 (or 0x169BE3) is known color: Dodger Blue. HEX triplet: 16, 9B and E3. RGB value is (22,155,227). Sum of RGB (Red+Green+Blue) = 22+155+227=404 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.45% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 227 (89.06% from 255 or 56.19% from 404); Max value from RGB is 227 - color contains mainly: blue. Hex color #169BE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169BE3 is #E9641C. Grayscale: #7B7B7B. Windows color (decimal): -15295517 or 14916374. OLE color: 14916374.
HSL color Cylindrical-coordinate representation of color #169BE3: hue angle of 201.07º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #169BE3 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 155 | 227 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.11 |
| HSL | 201.07º | 0.82% | 0.49% | - |
| HSV(B) | 201.07º | 0.9% | 0.89% | - |
| XYZ | 25.92 | 29.16 | 76.94 | - |
| YUV | 123.44 | 186.44 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 155 | 227 | 0.90 | 0.32 | 0 | 0.11 | 201.07 | 0.82 | 0.49 |
| Hex | 16 | 9B | E3 | 5A | 20 | 0 | B | C9 | 52 | 31 |
| Octal | 26 | 233 | 343 | 132 | 40 | 0 | 13 | 311 | 122 | 61 |
| Binary | 10110 | 10011011 | 11100011 | 1011010 | 100000 | 0 | 1011 | 11001001 | 1010010 | 110001 |
Color Harmonies of #169BE3
Complementary color
Monochromatic Colors of #169BE3
Black with #169BE3
Text Example
Text Example
White with #169BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169BE3; }
p { color: rgb(22,155,227); }
H1.HeaderClassName
{
color: #169BE3;
}
.AnyTagClassName
{
color: #169BE3;
}
</style>
background-color css
<style>
a { background-color: #169BE3; }
a { background-color: rgb(22,155,227); }
div.DivClassName
{
background-color: #169BE3;
}
.BgClassName
{
background-color: #169BE3;
}
</style>
border-color css
<style>
span { border-color: #169BE3; }
span { border-color: rgb(22,155,227); }
td.TdClassName
{
border-color: #169BE3;
}
.TagClassName
{
border-color: #169BE3;
}
</style>