Shades of Dodger Blue #127AF9
Tints of Dodger Blue #127AF9
RGB
CMYK
RGB Variations
Color information
#127AF9 (or 0x127AF9) is known color: Dodger Blue. HEX triplet: 12, 7A and F9. RGB value is (18,122,249). Sum of RGB (Red+Green+Blue) = 18+122+249=389 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.63% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 249 (97.66% from 255 or 64.01% from 389); Max value from RGB is 249 - color contains mainly: blue. Hex color #127AF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127AF9 is #ED8506. Grayscale: #686868. Windows color (decimal): -15566087 or 16349714. OLE color: 16349714.
HSL color Cylindrical-coordinate representation of color #127AF9: hue angle of 212.99º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127AF9 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 122 | 249 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.02 |
| HSL | 212.99º | 0.95% | 0.52% | - |
| HSV(B) | 212.99º | 0.93% | 0.98% | - |
| XYZ | 24.31 | 20.89 | 92.37 | - |
| YUV | 105.38 | 209.04 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 249 | 0.93 | 0.51 | 0 | 0.02 | 212.99 | 0.95 | 0.52 |
| Hex | 12 | 7A | F9 | 5D | 33 | 0 | 2 | D5 | 5F | 34 |
| Octal | 22 | 172 | 371 | 135 | 63 | 0 | 2 | 325 | 137 | 64 |
| Binary | 10010 | 1111010 | 11111001 | 1011101 | 110011 | 0 | 10 | 11010101 | 1011111 | 110100 |
Color Harmonies of #127AF9
Complementary color
Monochromatic Colors of #127AF9
Black with #127AF9
Text Example
Text Example
White with #127AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127AF9; }
p { color: rgb(18,122,249); }
H1.HeaderClassName
{
color: #127AF9;
}
.AnyTagClassName
{
color: #127AF9;
}
</style>
background-color css
<style>
a { background-color: #127AF9; }
a { background-color: rgb(18,122,249); }
div.DivClassName
{
background-color: #127AF9;
}
.BgClassName
{
background-color: #127AF9;
}
</style>
border-color css
<style>
span { border-color: #127AF9; }
span { border-color: rgb(18,122,249); }
td.TdClassName
{
border-color: #127AF9;
}
.TagClassName
{
border-color: #127AF9;
}
</style>