Shades of Dodger Blue #1292F7
Tints of Dodger Blue #1292F7
RGB
CMYK
RGB Variations
Color information
#1292F7 (or 0x1292F7) is known color: Dodger Blue. HEX triplet: 12, 92 and F7. RGB value is (18,146,247). Sum of RGB (Red+Green+Blue) = 18+146+247=411 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.38% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 247 (96.88% from 255 or 60.10% from 411); Max value from RGB is 247 - color contains mainly: blue. Hex color #1292F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1292F7 is #ED6D08. Grayscale: #767676. Windows color (decimal): -15559945 or 16224786. OLE color: 16224786.
HSL color Cylindrical-coordinate representation of color #1292F7: hue angle of 206.46º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1292F7 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 146 | 247 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.03 |
| HSL | 206.46º | 0.93% | 0.52% | - |
| HSV(B) | 206.46º | 0.93% | 0.97% | - |
| XYZ | 27.32 | 27.4 | 91.85 | - |
| YUV | 119.24 | 200.09 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 247 | 0.93 | 0.41 | 0 | 0.03 | 206.46 | 0.93 | 0.52 |
| Hex | 12 | 92 | F7 | 5D | 29 | 0 | 3 | CE | 5D | 34 |
| Octal | 22 | 222 | 367 | 135 | 51 | 0 | 3 | 316 | 135 | 64 |
| Binary | 10010 | 10010010 | 11110111 | 1011101 | 101001 | 0 | 11 | 11001110 | 1011101 | 110100 |
Color Harmonies of #1292F7
Complementary color
Monochromatic Colors of #1292F7
Black with #1292F7
Text Example
Text Example
White with #1292F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1292F7; }
p { color: rgb(18,146,247); }
H1.HeaderClassName
{
color: #1292F7;
}
.AnyTagClassName
{
color: #1292F7;
}
</style>
background-color css
<style>
a { background-color: #1292F7; }
a { background-color: rgb(18,146,247); }
div.DivClassName
{
background-color: #1292F7;
}
.BgClassName
{
background-color: #1292F7;
}
</style>
border-color css
<style>
span { border-color: #1292F7; }
span { border-color: rgb(18,146,247); }
td.TdClassName
{
border-color: #1292F7;
}
.TagClassName
{
border-color: #1292F7;
}
</style>