Shades of Dodger Blue #1291FA
Tints of Dodger Blue #1291FA
RGB
CMYK
RGB Variations
Color information
#1291FA (or 0x1291FA) is known color: Dodger Blue. HEX triplet: 12, 91 and FA. RGB value is (18,145,250). Sum of RGB (Red+Green+Blue) = 18+145+250=413 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.36% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #1291FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1291FA is #ED6E05. Grayscale: #767676. Windows color (decimal): -15560198 or 16421138. OLE color: 16421138.
HSL color Cylindrical-coordinate representation of color #1291FA: hue angle of 207.16º 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 #1291FA is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 145 | 250 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.02 |
| HSL | 207.16º | 0.96% | 0.53% | - |
| HSV(B) | 207.16º | 0.93% | 0.98% | - |
| XYZ | 27.63 | 27.28 | 94.25 | - |
| YUV | 119 | 201.92 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 250 | 0.93 | 0.42 | 0 | 0.02 | 207.16 | 0.96 | 0.53 |
| Hex | 12 | 91 | FA | 5D | 2A | 0 | 2 | CF | 60 | 35 |
| Octal | 22 | 221 | 372 | 135 | 52 | 0 | 2 | 317 | 140 | 65 |
| Binary | 10010 | 10010001 | 11111010 | 1011101 | 101010 | 0 | 10 | 11001111 | 1100000 | 110101 |
Color Harmonies of #1291FA
Complementary color
Monochromatic Colors of #1291FA
Black with #1291FA
Text Example
Text Example
White with #1291FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1291FA; }
p { color: rgb(18,145,250); }
H1.HeaderClassName
{
color: #1291FA;
}
.AnyTagClassName
{
color: #1291FA;
}
</style>
background-color css
<style>
a { background-color: #1291FA; }
a { background-color: rgb(18,145,250); }
div.DivClassName
{
background-color: #1291FA;
}
.BgClassName
{
background-color: #1291FA;
}
</style>
border-color css
<style>
span { border-color: #1291FA; }
span { border-color: rgb(18,145,250); }
td.TdClassName
{
border-color: #1291FA;
}
.TagClassName
{
border-color: #1291FA;
}
</style>