Shades of Dodger Blue #127AF1
Tints of Dodger Blue #127AF1
RGB
CMYK
RGB Variations
Color information
#127AF1 (or 0x127AF1) is known color: Dodger Blue. HEX triplet: 12, 7A and F1. RGB value is (18,122,241). Sum of RGB (Red+Green+Blue) = 18+122+241=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 241 (94.53% from 255 or 63.25% from 381); Max value from RGB is 241 - color contains mainly: blue. Hex color #127AF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127AF1 is #ED850E. Grayscale: #676767. Windows color (decimal): -15566095 or 15825426. OLE color: 15825426.
HSL color Cylindrical-coordinate representation of color #127AF1: hue angle of 212.02º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127AF1 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 122 | 241 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.05 |
| HSL | 212.02º | 0.89% | 0.51% | - |
| HSV(B) | 212.02º | 0.93% | 0.95% | - |
| XYZ | 23.09 | 20.4 | 85.94 | - |
| YUV | 104.47 | 205.04 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 241 | 0.93 | 0.49 | 0 | 0.05 | 212.02 | 0.89 | 0.51 |
| Hex | 12 | 7A | F1 | 5D | 31 | 0 | 5 | D4 | 59 | 33 |
| Octal | 22 | 172 | 361 | 135 | 61 | 0 | 5 | 324 | 131 | 63 |
| Binary | 10010 | 1111010 | 11110001 | 1011101 | 110001 | 0 | 101 | 11010100 | 1011001 | 110011 |
Color Harmonies of #127AF1
Complementary color
Monochromatic Colors of #127AF1
Black with #127AF1
Text Example
Text Example
White with #127AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127AF1; }
p { color: rgb(18,122,241); }
H1.HeaderClassName
{
color: #127AF1;
}
.AnyTagClassName
{
color: #127AF1;
}
</style>
background-color css
<style>
a { background-color: #127AF1; }
a { background-color: rgb(18,122,241); }
div.DivClassName
{
background-color: #127AF1;
}
.BgClassName
{
background-color: #127AF1;
}
</style>
border-color css
<style>
span { border-color: #127AF1; }
span { border-color: rgb(18,122,241); }
td.TdClassName
{
border-color: #127AF1;
}
.TagClassName
{
border-color: #127AF1;
}
</style>