Shades of Dodger Blue #127CF1
Tints of Dodger Blue #127CF1
RGB
CMYK
RGB Variations
Color information
#127CF1 (or 0x127CF1) is known color: Dodger Blue. HEX triplet: 12, 7C and F1. RGB value is (18,124,241). Sum of RGB (Red+Green+Blue) = 18+124+241=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 241 (94.53% from 255 or 62.92% from 383); Max value from RGB is 241 - color contains mainly: blue. Hex color #127CF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127CF1 is #ED830E. Grayscale: #696969. Windows color (decimal): -15565583 or 15825938. OLE color: 15825938.
HSL color Cylindrical-coordinate representation of color #127CF1: hue angle of 211.48º 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 #127CF1 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 124 | 241 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.05 |
| HSL | 211.48º | 0.89% | 0.51% | - |
| HSV(B) | 211.48º | 0.93% | 0.95% | - |
| XYZ | 23.33 | 20.89 | 86.02 | - |
| YUV | 105.64 | 204.38 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 241 | 0.93 | 0.49 | 0 | 0.05 | 211.48 | 0.89 | 0.51 |
| Hex | 12 | 7C | F1 | 5D | 31 | 0 | 5 | D3 | 59 | 33 |
| Octal | 22 | 174 | 361 | 135 | 61 | 0 | 5 | 323 | 131 | 63 |
| Binary | 10010 | 1111100 | 11110001 | 1011101 | 110001 | 0 | 101 | 11010011 | 1011001 | 110011 |
Color Harmonies of #127CF1
Complementary color
Monochromatic Colors of #127CF1
Black with #127CF1
Text Example
Text Example
White with #127CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CF1; }
p { color: rgb(18,124,241); }
H1.HeaderClassName
{
color: #127CF1;
}
.AnyTagClassName
{
color: #127CF1;
}
</style>
background-color css
<style>
a { background-color: #127CF1; }
a { background-color: rgb(18,124,241); }
div.DivClassName
{
background-color: #127CF1;
}
.BgClassName
{
background-color: #127CF1;
}
</style>
border-color css
<style>
span { border-color: #127CF1; }
span { border-color: rgb(18,124,241); }
td.TdClassName
{
border-color: #127CF1;
}
.TagClassName
{
border-color: #127CF1;
}
</style>