Shades of Dodger Blue #127CFC
Tints of Dodger Blue #127CFC
RGB
CMYK
RGB Variations
Color information
#127CFC (or 0x127CFC) is known color: Dodger Blue. HEX triplet: 12, 7C and FC. RGB value is (18,124,252). Sum of RGB (Red+Green+Blue) = 18+124+252=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #127CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127CFC is #ED8303. Grayscale: #6A6A6A. Windows color (decimal): -15565572 or 16546834. OLE color: 16546834.
HSL color Cylindrical-coordinate representation of color #127CFC: hue angle of 212.82º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127CFC is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 124 | 252 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.01 |
| HSL | 212.82º | 0.98% | 0.53% | - |
| HSV(B) | 212.82º | 0.93% | 0.99% | - |
| XYZ | 25.03 | 21.57 | 94.94 | - |
| YUV | 106.9 | 209.88 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 252 | 0.93 | 0.51 | 0 | 0.01 | 212.82 | 0.98 | 0.53 |
| Hex | 12 | 7C | FC | 5D | 33 | 0 | 1 | D5 | 62 | 35 |
| Octal | 22 | 174 | 374 | 135 | 63 | 0 | 1 | 325 | 142 | 65 |
| Binary | 10010 | 1111100 | 11111100 | 1011101 | 110011 | 0 | 1 | 11010101 | 1100010 | 110101 |
Color Harmonies of #127CFC
Complementary color
Monochromatic Colors of #127CFC
Black with #127CFC
Text Example
Text Example
White with #127CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CFC; }
p { color: rgb(18,124,252); }
H1.HeaderClassName
{
color: #127CFC;
}
.AnyTagClassName
{
color: #127CFC;
}
</style>
background-color css
<style>
a { background-color: #127CFC; }
a { background-color: rgb(18,124,252); }
div.DivClassName
{
background-color: #127CFC;
}
.BgClassName
{
background-color: #127CFC;
}
</style>
border-color css
<style>
span { border-color: #127CFC; }
span { border-color: rgb(18,124,252); }
td.TdClassName
{
border-color: #127CFC;
}
.TagClassName
{
border-color: #127CFC;
}
</style>