Shades of Dodger Blue #169CE3
Tints of Dodger Blue #169CE3
RGB
CMYK
RGB Variations
Color information
#169CE3 (or 0x169CE3) is known color: Dodger Blue. HEX triplet: 16, 9C and E3. RGB value is (22,156,227). Sum of RGB (Red+Green+Blue) = 22+156+227=405 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.43% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 227 (89.06% from 255 or 56.05% from 405); Max value from RGB is 227 - color contains mainly: blue. Hex color #169CE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169CE3 is #E9631C. Grayscale: #7B7B7B. Windows color (decimal): -15295261 or 14916630. OLE color: 14916630.
HSL color Cylindrical-coordinate representation of color #169CE3: hue angle of 200.78º 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 #169CE3 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 156 | 227 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.11 |
| HSL | 200.78º | 0.82% | 0.49% | - |
| HSV(B) | 200.78º | 0.9% | 0.89% | - |
| XYZ | 26.08 | 29.49 | 76.99 | - |
| YUV | 124.03 | 186.11 | 55.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 156 | 227 | 0.90 | 0.31 | 0 | 0.11 | 200.78 | 0.82 | 0.49 |
| Hex | 16 | 9C | E3 | 5A | 1F | 0 | B | C9 | 52 | 31 |
| Octal | 26 | 234 | 343 | 132 | 37 | 0 | 13 | 311 | 122 | 61 |
| Binary | 10110 | 10011100 | 11100011 | 1011010 | 11111 | 0 | 1011 | 11001001 | 1010010 | 110001 |
Color Harmonies of #169CE3
Complementary color
Monochromatic Colors of #169CE3
Black with #169CE3
Text Example
Text Example
White with #169CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169CE3; }
p { color: rgb(22,156,227); }
H1.HeaderClassName
{
color: #169CE3;
}
.AnyTagClassName
{
color: #169CE3;
}
</style>
background-color css
<style>
a { background-color: #169CE3; }
a { background-color: rgb(22,156,227); }
div.DivClassName
{
background-color: #169CE3;
}
.BgClassName
{
background-color: #169CE3;
}
</style>
border-color css
<style>
span { border-color: #169CE3; }
span { border-color: rgb(22,156,227); }
td.TdClassName
{
border-color: #169CE3;
}
.TagClassName
{
border-color: #169CE3;
}
</style>