Shades of Dodger Blue #169CEA
Tints of Dodger Blue #169CEA
RGB
CMYK
RGB Variations
Color information
#169CEA (or 0x169CEA) is known color: Dodger Blue. HEX triplet: 16, 9C and EA. RGB value is (22,156,234). Sum of RGB (Red+Green+Blue) = 22+156+234=412 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.34% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #169CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #169CEA is #E96315. Grayscale: #7C7C7C. Windows color (decimal): -15295254 or 15375382. OLE color: 15375382.
HSL color Cylindrical-coordinate representation of color #169CEA: hue angle of 202.08º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #169CEA is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 156 | 234 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.08 |
| HSL | 202.08º | 0.83% | 0.5% | - |
| HSV(B) | 202.08º | 0.91% | 0.92% | - |
| XYZ | 27.07 | 29.89 | 82.18 | - |
| YUV | 124.83 | 189.61 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 156 | 234 | 0.91 | 0.33 | 0 | 0.08 | 202.08 | 0.83 | 0.5 |
| Hex | 16 | 9C | EA | 5B | 21 | 0 | 8 | CA | 53 | 32 |
| Octal | 26 | 234 | 352 | 133 | 41 | 0 | 10 | 312 | 123 | 62 |
| Binary | 10110 | 10011100 | 11101010 | 1011011 | 100001 | 0 | 1000 | 11001010 | 1010011 | 110010 |
Color Harmonies of #169CEA
Complementary color
Monochromatic Colors of #169CEA
Black with #169CEA
Text Example
Text Example
White with #169CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169CEA; }
p { color: rgb(22,156,234); }
H1.HeaderClassName
{
color: #169CEA;
}
.AnyTagClassName
{
color: #169CEA;
}
</style>
background-color css
<style>
a { background-color: #169CEA; }
a { background-color: rgb(22,156,234); }
div.DivClassName
{
background-color: #169CEA;
}
.BgClassName
{
background-color: #169CEA;
}
</style>
border-color css
<style>
span { border-color: #169CEA; }
span { border-color: rgb(22,156,234); }
td.TdClassName
{
border-color: #169CEA;
}
.TagClassName
{
border-color: #169CEA;
}
</style>