Shades of Dodger Blue #1270F8
Tints of Dodger Blue #1270F8
RGB
CMYK
RGB Variations
Color information
#1270F8 (or 0x1270F8) is known color: Dodger Blue. HEX triplet: 12, 70 and F8. RGB value is (18,112,248). Sum of RGB (Red+Green+Blue) = 18+112+248=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 248 (97.27% from 255 or 65.61% from 378); Max value from RGB is 248 - color contains mainly: blue. Hex color #1270F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1270F8 is #ED8F07. Grayscale: #626262. Windows color (decimal): -15568648 or 16281618. OLE color: 16281618.
HSL color Cylindrical-coordinate representation of color #1270F8: hue angle of 215.48º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1270F8 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 112 | 248 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.03 |
| HSL | 215.48º | 0.94% | 0.52% | - |
| HSV(B) | 215.48º | 0.93% | 0.97% | - |
| XYZ | 22.99 | 18.49 | 91.17 | - |
| YUV | 99.4 | 211.86 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 248 | 0.93 | 0.55 | 0 | 0.03 | 215.48 | 0.94 | 0.52 |
| Hex | 12 | 70 | F8 | 5D | 37 | 0 | 3 | D7 | 5E | 34 |
| Octal | 22 | 160 | 370 | 135 | 67 | 0 | 3 | 327 | 136 | 64 |
| Binary | 10010 | 1110000 | 11111000 | 1011101 | 110111 | 0 | 11 | 11010111 | 1011110 | 110100 |
Color Harmonies of #1270F8
Complementary color
Monochromatic Colors of #1270F8
Black with #1270F8
Text Example
Text Example
White with #1270F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1270F8; }
p { color: rgb(18,112,248); }
H1.HeaderClassName
{
color: #1270F8;
}
.AnyTagClassName
{
color: #1270F8;
}
</style>
background-color css
<style>
a { background-color: #1270F8; }
a { background-color: rgb(18,112,248); }
div.DivClassName
{
background-color: #1270F8;
}
.BgClassName
{
background-color: #1270F8;
}
</style>
border-color css
<style>
span { border-color: #1270F8; }
span { border-color: rgb(18,112,248); }
td.TdClassName
{
border-color: #1270F8;
}
.TagClassName
{
border-color: #1270F8;
}
</style>