Shades of Dodger Blue #1292ED
Tints of Dodger Blue #1292ED
RGB
CMYK
RGB Variations
Color information
#1292ED (or 0x1292ED) is known color: Dodger Blue. HEX triplet: 12, 92 and ED. RGB value is (18,146,237). Sum of RGB (Red+Green+Blue) = 18+146+237=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #1292ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1292ED is #ED6D12. Grayscale: #757575. Windows color (decimal): -15559955 or 15569426. OLE color: 15569426.
HSL color Cylindrical-coordinate representation of color #1292ED: hue angle of 204.93º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1292ED is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 146 | 237 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.07 |
| HSL | 204.93º | 0.86% | 0.5% | - |
| HSV(B) | 204.93º | 0.92% | 0.93% | - |
| XYZ | 25.81 | 26.8 | 83.93 | - |
| YUV | 118.1 | 195.09 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 237 | 0.92 | 0.38 | 0 | 0.07 | 204.93 | 0.86 | 0.5 |
| Hex | 12 | 92 | ED | 5C | 26 | 0 | 7 | CD | 56 | 32 |
| Octal | 22 | 222 | 355 | 134 | 46 | 0 | 7 | 315 | 126 | 62 |
| Binary | 10010 | 10010010 | 11101101 | 1011100 | 100110 | 0 | 111 | 11001101 | 1010110 | 110010 |
Color Harmonies of #1292ED
Complementary color
Monochromatic Colors of #1292ED
Black with #1292ED
Text Example
Text Example
White with #1292ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1292ED; }
p { color: rgb(18,146,237); }
H1.HeaderClassName
{
color: #1292ED;
}
.AnyTagClassName
{
color: #1292ED;
}
</style>
background-color css
<style>
a { background-color: #1292ED; }
a { background-color: rgb(18,146,237); }
div.DivClassName
{
background-color: #1292ED;
}
.BgClassName
{
background-color: #1292ED;
}
</style>
border-color css
<style>
span { border-color: #1292ED; }
span { border-color: rgb(18,146,237); }
td.TdClassName
{
border-color: #1292ED;
}
.TagClassName
{
border-color: #1292ED;
}
</style>