Shades of Dodger Blue #127AF3
Tints of Dodger Blue #127AF3
RGB
CMYK
RGB Variations
Color information
#127AF3 (or 0x127AF3) is known color: Dodger Blue. HEX triplet: 12, 7A and F3. RGB value is (18,122,243). Sum of RGB (Red+Green+Blue) = 18+122+243=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 243 (95.31% from 255 or 63.45% from 383); Max value from RGB is 243 - color contains mainly: blue. Hex color #127AF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127AF3 is #ED850C. Grayscale: #686868. Windows color (decimal): -15566093 or 15956498. OLE color: 15956498.
HSL color Cylindrical-coordinate representation of color #127AF3: hue angle of 212.27º degrees, saturation: 0.9, 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 #127AF3 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 122 | 243 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.05 |
| HSL | 212.27º | 0.9% | 0.51% | - |
| HSV(B) | 212.27º | 0.93% | 0.95% | - |
| XYZ | 23.39 | 20.52 | 87.52 | - |
| YUV | 104.7 | 206.04 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 243 | 0.93 | 0.50 | 0 | 0.05 | 212.27 | 0.9 | 0.51 |
| Hex | 12 | 7A | F3 | 5D | 32 | 0 | 5 | D4 | 5A | 33 |
| Octal | 22 | 172 | 363 | 135 | 62 | 0 | 5 | 324 | 132 | 63 |
| Binary | 10010 | 1111010 | 11110011 | 1011101 | 110010 | 0 | 101 | 11010100 | 1011010 | 110011 |
Color Harmonies of #127AF3
Complementary color
Monochromatic Colors of #127AF3
Black with #127AF3
Text Example
Text Example
White with #127AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127AF3; }
p { color: rgb(18,122,243); }
H1.HeaderClassName
{
color: #127AF3;
}
.AnyTagClassName
{
color: #127AF3;
}
</style>
background-color css
<style>
a { background-color: #127AF3; }
a { background-color: rgb(18,122,243); }
div.DivClassName
{
background-color: #127AF3;
}
.BgClassName
{
background-color: #127AF3;
}
</style>
border-color css
<style>
span { border-color: #127AF3; }
span { border-color: rgb(18,122,243); }
td.TdClassName
{
border-color: #127AF3;
}
.TagClassName
{
border-color: #127AF3;
}
</style>