Shades of Dodger Blue #1260FE
Tints of Dodger Blue #1260FE
RGB
CMYK
RGB Variations
Color information
#1260FE (or 0x1260FE) is known color: Dodger Blue. HEX triplet: 12, 60 and FE. RGB value is (18,96,254). Sum of RGB (Red+Green+Blue) = 18+96+254=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #1260FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1260FE is #ED9F01. Grayscale: #595959. Windows color (decimal): -15572738 or 16670738. OLE color: 16670738.
HSL color Cylindrical-coordinate representation of color #1260FE: hue angle of 220.17º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1260FE is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 96 | 254 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.00 |
| HSL | 220.17º | 0.99% | 0.53% | - |
| HSV(B) | 220.17º | 0.93% | 1% | - |
| XYZ | 22.32 | 15.65 | 95.61 | - |
| YUV | 90.69 | 220.16 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 96 | 254 | 0.93 | 0.62 | 0 | 0.00 | 220.17 | 0.99 | 0.53 |
| Hex | 12 | 60 | FE | 5D | 3E | 0 | 0 | DC | 63 | 35 |
| Octal | 22 | 140 | 376 | 135 | 76 | 0 | 0 | 334 | 143 | 65 |
| Binary | 10010 | 1100000 | 11111110 | 1011101 | 111110 | 0 | 0 | 11011100 | 1100011 | 110101 |
Color Harmonies of #1260FE
Complementary color
Monochromatic Colors of #1260FE
Black with #1260FE
Text Example
Text Example
White with #1260FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1260FE; }
p { color: rgb(18,96,254); }
H1.HeaderClassName
{
color: #1260FE;
}
.AnyTagClassName
{
color: #1260FE;
}
</style>
background-color css
<style>
a { background-color: #1260FE; }
a { background-color: rgb(18,96,254); }
div.DivClassName
{
background-color: #1260FE;
}
.BgClassName
{
background-color: #1260FE;
}
</style>
border-color css
<style>
span { border-color: #1260FE; }
span { border-color: rgb(18,96,254); }
td.TdClassName
{
border-color: #1260FE;
}
.TagClassName
{
border-color: #1260FE;
}
</style>