Shades of Dodger Blue #1290FE
Tints of Dodger Blue #1290FE
RGB
CMYK
RGB Variations
Color information
#1290FE (or 0x1290FE) is known color: Dodger Blue. HEX triplet: 12, 90 and FE. RGB value is (18,144,254). Sum of RGB (Red+Green+Blue) = 18+144+254=416 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.33% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #1290FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1290FE is #ED6F01. Grayscale: #767676. Windows color (decimal): -15560450 or 16683026. OLE color: 16683026.
HSL color Cylindrical-coordinate representation of color #1290FE: hue angle of 207.97º 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 #1290FE is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 144 | 254 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.00 |
| HSL | 207.97º | 0.99% | 0.53% | - |
| HSV(B) | 207.97º | 0.93% | 1% | - |
| XYZ | 28.11 | 27.23 | 97.54 | - |
| YUV | 118.87 | 204.26 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 254 | 0.93 | 0.43 | 0 | 0.00 | 207.97 | 0.99 | 0.53 |
| Hex | 12 | 90 | FE | 5D | 2B | 0 | 0 | D0 | 63 | 35 |
| Octal | 22 | 220 | 376 | 135 | 53 | 0 | 0 | 320 | 143 | 65 |
| Binary | 10010 | 10010000 | 11111110 | 1011101 | 101011 | 0 | 0 | 11010000 | 1100011 | 110101 |
Color Harmonies of #1290FE
Complementary color
Monochromatic Colors of #1290FE
Black with #1290FE
Text Example
Text Example
White with #1290FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1290FE; }
p { color: rgb(18,144,254); }
H1.HeaderClassName
{
color: #1290FE;
}
.AnyTagClassName
{
color: #1290FE;
}
</style>
background-color css
<style>
a { background-color: #1290FE; }
a { background-color: rgb(18,144,254); }
div.DivClassName
{
background-color: #1290FE;
}
.BgClassName
{
background-color: #1290FE;
}
</style>
border-color css
<style>
span { border-color: #1290FE; }
span { border-color: rgb(18,144,254); }
td.TdClassName
{
border-color: #1290FE;
}
.TagClassName
{
border-color: #1290FE;
}
</style>