Shades of Dodger Blue #127FF5
Tints of Dodger Blue #127FF5
RGB
CMYK
RGB Variations
Color information
#127FF5 (or 0x127FF5) is known color: Dodger Blue. HEX triplet: 12, 7F and F5. RGB value is (18,127,245). Sum of RGB (Red+Green+Blue) = 18+127+245=390 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.62% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 245 (96.09% from 255 or 62.82% from 390); Max value from RGB is 245 - color contains mainly: blue. Hex color #127FF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127FF5 is #ED800A. Grayscale: #6B6B6B. Windows color (decimal): -15564811 or 16088850. OLE color: 16088850.
HSL color Cylindrical-coordinate representation of color #127FF5: hue angle of 211.19º 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 #127FF5 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 127 | 245 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.04 |
| HSL | 211.19º | 0.92% | 0.52% | - |
| HSV(B) | 211.19º | 0.93% | 0.96% | - |
| XYZ | 24.32 | 21.9 | 89.33 | - |
| YUV | 107.86 | 205.39 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 245 | 0.93 | 0.48 | 0 | 0.04 | 211.19 | 0.92 | 0.52 |
| Hex | 12 | 7F | F5 | 5D | 30 | 0 | 4 | D3 | 5C | 34 |
| Octal | 22 | 177 | 365 | 135 | 60 | 0 | 4 | 323 | 134 | 64 |
| Binary | 10010 | 1111111 | 11110101 | 1011101 | 110000 | 0 | 100 | 11010011 | 1011100 | 110100 |
Color Harmonies of #127FF5
Complementary color
Monochromatic Colors of #127FF5
Black with #127FF5
Text Example
Text Example
White with #127FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127FF5; }
p { color: rgb(18,127,245); }
H1.HeaderClassName
{
color: #127FF5;
}
.AnyTagClassName
{
color: #127FF5;
}
</style>
background-color css
<style>
a { background-color: #127FF5; }
a { background-color: rgb(18,127,245); }
div.DivClassName
{
background-color: #127FF5;
}
.BgClassName
{
background-color: #127FF5;
}
</style>
border-color css
<style>
span { border-color: #127FF5; }
span { border-color: rgb(18,127,245); }
td.TdClassName
{
border-color: #127FF5;
}
.TagClassName
{
border-color: #127FF5;
}
</style>