Shades of Dodger Blue #1270FB
Tints of Dodger Blue #1270FB
RGB
CMYK
RGB Variations
Color information
#1270FB (or 0x1270FB) is known color: Dodger Blue. HEX triplet: 12, 70 and FB. RGB value is (18,112,251). Sum of RGB (Red+Green+Blue) = 18+112+251=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #1270FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1270FB is #ED8F04. Grayscale: #636363. Windows color (decimal): -15568645 or 16478226. OLE color: 16478226.
HSL color Cylindrical-coordinate representation of color #1270FB: hue angle of 215.79º degrees, saturation: 0.97, 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 #1270FB is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 112 | 251 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.02 |
| HSL | 215.79º | 0.97% | 0.53% | - |
| HSV(B) | 215.79º | 0.93% | 0.98% | - |
| XYZ | 23.46 | 18.68 | 93.64 | - |
| YUV | 99.74 | 213.36 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 251 | 0.93 | 0.55 | 0 | 0.02 | 215.79 | 0.97 | 0.53 |
| Hex | 12 | 70 | FB | 5D | 37 | 0 | 2 | D8 | 61 | 35 |
| Octal | 22 | 160 | 373 | 135 | 67 | 0 | 2 | 330 | 141 | 65 |
| Binary | 10010 | 1110000 | 11111011 | 1011101 | 110111 | 0 | 10 | 11011000 | 1100001 | 110101 |
Color Harmonies of #1270FB
Complementary color
Monochromatic Colors of #1270FB
Black with #1270FB
Text Example
Text Example
White with #1270FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1270FB; }
p { color: rgb(18,112,251); }
H1.HeaderClassName
{
color: #1270FB;
}
.AnyTagClassName
{
color: #1270FB;
}
</style>
background-color css
<style>
a { background-color: #1270FB; }
a { background-color: rgb(18,112,251); }
div.DivClassName
{
background-color: #1270FB;
}
.BgClassName
{
background-color: #1270FB;
}
</style>
border-color css
<style>
span { border-color: #1270FB; }
span { border-color: rgb(18,112,251); }
td.TdClassName
{
border-color: #1270FB;
}
.TagClassName
{
border-color: #1270FB;
}
</style>