Shades of Dodger Blue #1270FF
Tints of Dodger Blue #1270FF
RGB
CMYK
RGB Variations
Color information
#1270FF (or 0x1270FF) is known color: Dodger Blue. HEX triplet: 12, 70 and FF. RGB value is (18,112,255). Sum of RGB (Red+Green+Blue) = 18+112+255=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #1270FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1270FF is #ED8F00. Grayscale: #636363. Windows color (decimal): -15568641 or 16740370. OLE color: 16740370.
HSL color Cylindrical-coordinate representation of color #1270FF: hue angle of 216.2º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1270FF is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 112 | 255 | - |
| CMYK | 0.93 | 0.56 | 0 | 0 |
| HSL | 216.2º | 1% | 0.54% | - |
| HSV(B) | 216.2º | 0.93% | 1% | - |
| XYZ | 24.09 | 18.94 | 96.99 | - |
| YUV | 100.2 | 215.36 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 255 | 0.93 | 0.56 | 0 | 0 | 216.2 | 1 | 0.54 |
| Hex | 12 | 70 | FF | 5D | 38 | 0 | 0 | D8 | 64 | 36 |
| Octal | 22 | 160 | 377 | 135 | 70 | 0 | 0 | 330 | 144 | 66 |
| Binary | 10010 | 1110000 | 11111111 | 1011101 | 111000 | 0 | 0 | 11011000 | 1100100 | 110110 |
Color Harmonies of #1270FF
Complementary color
Monochromatic Colors of #1270FF
Black with #1270FF
Text Example
Text Example
White with #1270FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1270FF; }
p { color: rgb(18,112,255); }
H1.HeaderClassName
{
color: #1270FF;
}
.AnyTagClassName
{
color: #1270FF;
}
</style>
background-color css
<style>
a { background-color: #1270FF; }
a { background-color: rgb(18,112,255); }
div.DivClassName
{
background-color: #1270FF;
}
.BgClassName
{
background-color: #1270FF;
}
</style>
border-color css
<style>
span { border-color: #1270FF; }
span { border-color: rgb(18,112,255); }
td.TdClassName
{
border-color: #1270FF;
}
.TagClassName
{
border-color: #1270FF;
}
</style>