Shades of Dodger Blue #127DF3
Tints of Dodger Blue #127DF3
RGB
CMYK
RGB Variations
Color information
#127DF3 (or 0x127DF3) is known color: Dodger Blue. HEX triplet: 12, 7D and F3. RGB value is (18,125,243). Sum of RGB (Red+Green+Blue) = 18+125+243=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 243 (95.31% from 255 or 62.95% from 386); Max value from RGB is 243 - color contains mainly: blue. Hex color #127DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127DF3 is #ED820C. Grayscale: #696969. Windows color (decimal): -15565325 or 15957266. OLE color: 15957266.
HSL color Cylindrical-coordinate representation of color #127DF3: hue angle of 211.47º 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 #127DF3 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 125 | 243 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.05 |
| HSL | 211.47º | 0.9% | 0.51% | - |
| HSV(B) | 211.47º | 0.93% | 0.95% | - |
| XYZ | 23.76 | 21.27 | 87.65 | - |
| YUV | 106.46 | 205.05 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 243 | 0.93 | 0.49 | 0 | 0.05 | 211.47 | 0.9 | 0.51 |
| Hex | 12 | 7D | F3 | 5D | 31 | 0 | 5 | D3 | 5A | 33 |
| Octal | 22 | 175 | 363 | 135 | 61 | 0 | 5 | 323 | 132 | 63 |
| Binary | 10010 | 1111101 | 11110011 | 1011101 | 110001 | 0 | 101 | 11010011 | 1011010 | 110011 |
Color Harmonies of #127DF3
Complementary color
Monochromatic Colors of #127DF3
Black with #127DF3
Text Example
Text Example
White with #127DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127DF3; }
p { color: rgb(18,125,243); }
H1.HeaderClassName
{
color: #127DF3;
}
.AnyTagClassName
{
color: #127DF3;
}
</style>
background-color css
<style>
a { background-color: #127DF3; }
a { background-color: rgb(18,125,243); }
div.DivClassName
{
background-color: #127DF3;
}
.BgClassName
{
background-color: #127DF3;
}
</style>
border-color css
<style>
span { border-color: #127DF3; }
span { border-color: rgb(18,125,243); }
td.TdClassName
{
border-color: #127DF3;
}
.TagClassName
{
border-color: #127DF3;
}
</style>