Shades of Dodger Blue #1270FA
Tints of Dodger Blue #1270FA
RGB
CMYK
RGB Variations
Color information
#1270FA (or 0x1270FA) is known color: Dodger Blue. HEX triplet: 12, 70 and FA. RGB value is (18,112,250). Sum of RGB (Red+Green+Blue) = 18+112+250=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #1270FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1270FA is #ED8F05. Grayscale: #626262. Windows color (decimal): -15568646 or 16412690. OLE color: 16412690.
HSL color Cylindrical-coordinate representation of color #1270FA: hue angle of 215.69º 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 #1270FA is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 112 | 250 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.02 |
| HSL | 215.69º | 0.96% | 0.53% | - |
| HSV(B) | 215.69º | 0.93% | 0.98% | - |
| XYZ | 23.3 | 18.62 | 92.81 | - |
| YUV | 99.63 | 212.86 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 250 | 0.93 | 0.55 | 0 | 0.02 | 215.69 | 0.96 | 0.53 |
| Hex | 12 | 70 | FA | 5D | 37 | 0 | 2 | D8 | 60 | 35 |
| Octal | 22 | 160 | 372 | 135 | 67 | 0 | 2 | 330 | 140 | 65 |
| Binary | 10010 | 1110000 | 11111010 | 1011101 | 110111 | 0 | 10 | 11011000 | 1100000 | 110101 |
Color Harmonies of #1270FA
Complementary color
Monochromatic Colors of #1270FA
Black with #1270FA
Text Example
Text Example
White with #1270FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1270FA; }
p { color: rgb(18,112,250); }
H1.HeaderClassName
{
color: #1270FA;
}
.AnyTagClassName
{
color: #1270FA;
}
</style>
background-color css
<style>
a { background-color: #1270FA; }
a { background-color: rgb(18,112,250); }
div.DivClassName
{
background-color: #1270FA;
}
.BgClassName
{
background-color: #1270FA;
}
</style>
border-color css
<style>
span { border-color: #1270FA; }
span { border-color: rgb(18,112,250); }
td.TdClassName
{
border-color: #1270FA;
}
.TagClassName
{
border-color: #1270FA;
}
</style>