Shades of Dodger Blue #1290FC
Tints of Dodger Blue #1290FC
RGB
CMYK
RGB Variations
Color information
#1290FC (or 0x1290FC) is known color: Dodger Blue. HEX triplet: 12, 90 and FC. RGB value is (18,144,252). Sum of RGB (Red+Green+Blue) = 18+144+252=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #1290FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1290FC is #ED6F03. Grayscale: #767676. Windows color (decimal): -15560452 or 16551954. OLE color: 16551954.
HSL color Cylindrical-coordinate representation of color #1290FC: hue angle of 207.69º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1290FC is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 144 | 252 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.01 |
| HSL | 207.69º | 0.98% | 0.53% | - |
| HSV(B) | 207.69º | 0.93% | 0.99% | - |
| XYZ | 27.79 | 27.1 | 95.86 | - |
| YUV | 118.64 | 203.26 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 252 | 0.93 | 0.43 | 0 | 0.01 | 207.69 | 0.98 | 0.53 |
| Hex | 12 | 90 | FC | 5D | 2B | 0 | 1 | D0 | 62 | 35 |
| Octal | 22 | 220 | 374 | 135 | 53 | 0 | 1 | 320 | 142 | 65 |
| Binary | 10010 | 10010000 | 11111100 | 1011101 | 101011 | 0 | 1 | 11010000 | 1100010 | 110101 |
Color Harmonies of #1290FC
Complementary color
Monochromatic Colors of #1290FC
Black with #1290FC
Text Example
Text Example
White with #1290FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1290FC; }
p { color: rgb(18,144,252); }
H1.HeaderClassName
{
color: #1290FC;
}
.AnyTagClassName
{
color: #1290FC;
}
</style>
background-color css
<style>
a { background-color: #1290FC; }
a { background-color: rgb(18,144,252); }
div.DivClassName
{
background-color: #1290FC;
}
.BgClassName
{
background-color: #1290FC;
}
</style>
border-color css
<style>
span { border-color: #1290FC; }
span { border-color: rgb(18,144,252); }
td.TdClassName
{
border-color: #1290FC;
}
.TagClassName
{
border-color: #1290FC;
}
</style>