Shades of Dodger Blue #127AF5
Tints of Dodger Blue #127AF5
RGB
CMYK
RGB Variations
Color information
#127AF5 (or 0x127AF5) is known color: Dodger Blue. HEX triplet: 12, 7A and F5. RGB value is (18,122,245). Sum of RGB (Red+Green+Blue) = 18+122+245=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 245 (96.09% from 255 or 63.64% from 385); Max value from RGB is 245 - color contains mainly: blue. Hex color #127AF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127AF5 is #ED850A. Grayscale: #686868. Windows color (decimal): -15566091 or 16087570. OLE color: 16087570.
HSL color Cylindrical-coordinate representation of color #127AF5: hue angle of 212.51º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127AF5 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 122 | 245 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.04 |
| HSL | 212.51º | 0.92% | 0.52% | - |
| HSV(B) | 212.51º | 0.93% | 0.96% | - |
| XYZ | 23.69 | 20.64 | 89.12 | - |
| YUV | 104.93 | 207.04 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 245 | 0.93 | 0.50 | 0 | 0.04 | 212.51 | 0.92 | 0.52 |
| Hex | 12 | 7A | F5 | 5D | 32 | 0 | 4 | D5 | 5C | 34 |
| Octal | 22 | 172 | 365 | 135 | 62 | 0 | 4 | 325 | 134 | 64 |
| Binary | 10010 | 1111010 | 11110101 | 1011101 | 110010 | 0 | 100 | 11010101 | 1011100 | 110100 |
Color Harmonies of #127AF5
Complementary color
Monochromatic Colors of #127AF5
Black with #127AF5
Text Example
Text Example
White with #127AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127AF5; }
p { color: rgb(18,122,245); }
H1.HeaderClassName
{
color: #127AF5;
}
.AnyTagClassName
{
color: #127AF5;
}
</style>
background-color css
<style>
a { background-color: #127AF5; }
a { background-color: rgb(18,122,245); }
div.DivClassName
{
background-color: #127AF5;
}
.BgClassName
{
background-color: #127AF5;
}
</style>
border-color css
<style>
span { border-color: #127AF5; }
span { border-color: rgb(18,122,245); }
td.TdClassName
{
border-color: #127AF5;
}
.TagClassName
{
border-color: #127AF5;
}
</style>