Shades of Dodger Blue #1292FA
Tints of Dodger Blue #1292FA
RGB
CMYK
RGB Variations
Color information
#1292FA (or 0x1292FA) is known color: Dodger Blue. HEX triplet: 12, 92 and FA. RGB value is (18,146,250). Sum of RGB (Red+Green+Blue) = 18+146+250=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #1292FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1292FA is #ED6D05. Grayscale: #777777. Windows color (decimal): -15559942 or 16421394. OLE color: 16421394.
HSL color Cylindrical-coordinate representation of color #1292FA: hue angle of 206.9º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1292FA is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 146 | 250 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.02 |
| HSL | 206.9º | 0.96% | 0.53% | - |
| HSV(B) | 206.9º | 0.93% | 0.98% | - |
| XYZ | 27.78 | 27.59 | 94.3 | - |
| YUV | 119.58 | 201.59 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 250 | 0.93 | 0.42 | 0 | 0.02 | 206.9 | 0.96 | 0.53 |
| Hex | 12 | 92 | FA | 5D | 2A | 0 | 2 | CF | 60 | 35 |
| Octal | 22 | 222 | 372 | 135 | 52 | 0 | 2 | 317 | 140 | 65 |
| Binary | 10010 | 10010010 | 11111010 | 1011101 | 101010 | 0 | 10 | 11001111 | 1100000 | 110101 |
Color Harmonies of #1292FA
Complementary color
Monochromatic Colors of #1292FA
Black with #1292FA
Text Example
Text Example
White with #1292FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1292FA; }
p { color: rgb(18,146,250); }
H1.HeaderClassName
{
color: #1292FA;
}
.AnyTagClassName
{
color: #1292FA;
}
</style>
background-color css
<style>
a { background-color: #1292FA; }
a { background-color: rgb(18,146,250); }
div.DivClassName
{
background-color: #1292FA;
}
.BgClassName
{
background-color: #1292FA;
}
</style>
border-color css
<style>
span { border-color: #1292FA; }
span { border-color: rgb(18,146,250); }
td.TdClassName
{
border-color: #1292FA;
}
.TagClassName
{
border-color: #1292FA;
}
</style>