Shades of Dodger Blue #1291FF
Tints of Dodger Blue #1291FF
RGB
CMYK
RGB Variations
Color information
#1291FF (or 0x1291FF) is known color: Dodger Blue. HEX triplet: 12, 91 and FF. RGB value is (18,145,255). Sum of RGB (Red+Green+Blue) = 18+145+255=418 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.31% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #1291FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1291FF is #ED6E00. Grayscale: #777777. Windows color (decimal): -15560193 or 16748818. OLE color: 16748818.
HSL color Cylindrical-coordinate representation of color #1291FF: hue angle of 207.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1291FF is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 145 | 255 | - |
| CMYK | 0.93 | 0.43 | 0 | 0 |
| HSL | 207.85º | 1% | 0.54% | - |
| HSV(B) | 207.85º | 0.93% | 1% | - |
| XYZ | 28.42 | 27.6 | 98.44 | - |
| YUV | 119.57 | 204.42 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 255 | 0.93 | 0.43 | 0 | 0 | 207.85 | 1 | 0.54 |
| Hex | 12 | 91 | FF | 5D | 2B | 0 | 0 | D0 | 64 | 36 |
| Octal | 22 | 221 | 377 | 135 | 53 | 0 | 0 | 320 | 144 | 66 |
| Binary | 10010 | 10010001 | 11111111 | 1011101 | 101011 | 0 | 0 | 11010000 | 1100100 | 110110 |
Color Harmonies of #1291FF
Complementary color
Monochromatic Colors of #1291FF
Black with #1291FF
Text Example
Text Example
White with #1291FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1291FF; }
p { color: rgb(18,145,255); }
H1.HeaderClassName
{
color: #1291FF;
}
.AnyTagClassName
{
color: #1291FF;
}
</style>
background-color css
<style>
a { background-color: #1291FF; }
a { background-color: rgb(18,145,255); }
div.DivClassName
{
background-color: #1291FF;
}
.BgClassName
{
background-color: #1291FF;
}
</style>
border-color css
<style>
span { border-color: #1291FF; }
span { border-color: rgb(18,145,255); }
td.TdClassName
{
border-color: #1291FF;
}
.TagClassName
{
border-color: #1291FF;
}
</style>