Shades of Dodger Blue #1292E5
Tints of Dodger Blue #1292E5
RGB
CMYK
RGB Variations
Color information
#1292E5 (or 0x1292E5) is known color: Dodger Blue. HEX triplet: 12, 92 and E5. RGB value is (18,146,229). Sum of RGB (Red+Green+Blue) = 18+146+229=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 229 (89.84% from 255 or 58.27% from 393); Max value from RGB is 229 - color contains mainly: blue. Hex color #1292E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1292E5 is #ED6D1A. Grayscale: #747474. Windows color (decimal): -15559963 or 15045138. OLE color: 15045138.
HSL color Cylindrical-coordinate representation of color #1292E5: hue angle of 203.6º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1292E5 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 146 | 229 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.10 |
| HSL | 203.6º | 0.85% | 0.48% | - |
| HSV(B) | 203.6º | 0.92% | 0.9% | - |
| XYZ | 24.67 | 26.34 | 77.91 | - |
| YUV | 117.19 | 191.09 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 229 | 0.92 | 0.36 | 0 | 0.10 | 203.6 | 0.85 | 0.48 |
| Hex | 12 | 92 | E5 | 5C | 24 | 0 | A | CC | 55 | 30 |
| Octal | 22 | 222 | 345 | 134 | 44 | 0 | 12 | 314 | 125 | 60 |
| Binary | 10010 | 10010010 | 11100101 | 1011100 | 100100 | 0 | 1010 | 11001100 | 1010101 | 110000 |
Color Harmonies of #1292E5
Complementary color
Monochromatic Colors of #1292E5
Black with #1292E5
Text Example
Text Example
White with #1292E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1292E5; }
p { color: rgb(18,146,229); }
H1.HeaderClassName
{
color: #1292E5;
}
.AnyTagClassName
{
color: #1292E5;
}
</style>
background-color css
<style>
a { background-color: #1292E5; }
a { background-color: rgb(18,146,229); }
div.DivClassName
{
background-color: #1292E5;
}
.BgClassName
{
background-color: #1292E5;
}
</style>
border-color css
<style>
span { border-color: #1292E5; }
span { border-color: rgb(18,146,229); }
td.TdClassName
{
border-color: #1292E5;
}
.TagClassName
{
border-color: #1292E5;
}
</style>