Shades of Dodger Blue #2692DD
Tints of Dodger Blue #2692DD
RGB
CMYK
RGB Variations
Color information
#2692DD (or 0x2692DD) is known color: Dodger Blue. HEX triplet: 26, 92 and DD. RGB value is (38,146,221). Sum of RGB (Red+Green+Blue) = 38+146+221=405 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.38% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #2692DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2692DD is #D96D22. Grayscale: #797979. Windows color (decimal): -14249251 or 14520870. OLE color: 14520870.
HSL color Cylindrical-coordinate representation of color #2692DD: hue angle of 204.59º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2692DD is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 146 | 221 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.13 |
| HSL | 204.59º | 0.73% | 0.51% | - |
| HSV(B) | 204.59º | 0.83% | 0.87% | - |
| XYZ | 24.13 | 26.19 | 72.19 | - |
| YUV | 122.26 | 183.72 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 221 | 0.83 | 0.34 | 0 | 0.13 | 204.59 | 0.73 | 0.51 |
| Hex | 26 | 92 | DD | 53 | 22 | 0 | D | CD | 49 | 33 |
| Octal | 46 | 222 | 335 | 123 | 42 | 0 | 15 | 315 | 111 | 63 |
| Binary | 100110 | 10010010 | 11011101 | 1010011 | 100010 | 0 | 1101 | 11001101 | 1001001 | 110011 |
Color Harmonies of #2692DD
Complementary color
Monochromatic Colors of #2692DD
Black with #2692DD
Text Example
Text Example
White with #2692DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2692DD; }
p { color: rgb(38,146,221); }
H1.HeaderClassName
{
color: #2692DD;
}
.AnyTagClassName
{
color: #2692DD;
}
</style>
background-color css
<style>
a { background-color: #2692DD; }
a { background-color: rgb(38,146,221); }
div.DivClassName
{
background-color: #2692DD;
}
.BgClassName
{
background-color: #2692DD;
}
</style>
border-color css
<style>
span { border-color: #2692DD; }
span { border-color: rgb(38,146,221); }
td.TdClassName
{
border-color: #2692DD;
}
.TagClassName
{
border-color: #2692DD;
}
</style>