Shades of Dodger Blue #127CF8
Tints of Dodger Blue #127CF8
RGB
CMYK
RGB Variations
Color information
#127CF8 (or 0x127CF8) is known color: Dodger Blue. HEX triplet: 12, 7C and F8. RGB value is (18,124,248). Sum of RGB (Red+Green+Blue) = 18+124+248=390 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.62% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 248 (97.27% from 255 or 63.59% from 390); Max value from RGB is 248 - color contains mainly: blue. Hex color #127CF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127CF8 is #ED8307. Grayscale: #696969. Windows color (decimal): -15565576 or 16284690. OLE color: 16284690.
HSL color Cylindrical-coordinate representation of color #127CF8: hue angle of 212.35º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127CF8 is Cyan = 0.93, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 124 | 248 | - |
| CMYK | 0.93 | 0.5 | 0 | 0.03 |
| HSL | 212.35º | 0.94% | 0.52% | - |
| HSV(B) | 212.35º | 0.93% | 0.97% | - |
| XYZ | 24.4 | 21.32 | 91.64 | - |
| YUV | 106.44 | 207.88 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 248 | 0.93 | 0.5 | 0 | 0.03 | 212.35 | 0.94 | 0.52 |
| Hex | 12 | 7C | F8 | 5D | 32 | 0 | 3 | D4 | 5E | 34 |
| Octal | 22 | 174 | 370 | 135 | 62 | 0 | 3 | 324 | 136 | 64 |
| Binary | 10010 | 1111100 | 11111000 | 1011101 | 110010 | 0 | 11 | 11010100 | 1011110 | 110100 |
Color Harmonies of #127CF8
Complementary color
Monochromatic Colors of #127CF8
Black with #127CF8
Text Example
Text Example
White with #127CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CF8; }
p { color: rgb(18,124,248); }
H1.HeaderClassName
{
color: #127CF8;
}
.AnyTagClassName
{
color: #127CF8;
}
</style>
background-color css
<style>
a { background-color: #127CF8; }
a { background-color: rgb(18,124,248); }
div.DivClassName
{
background-color: #127CF8;
}
.BgClassName
{
background-color: #127CF8;
}
</style>
border-color css
<style>
span { border-color: #127CF8; }
span { border-color: rgb(18,124,248); }
td.TdClassName
{
border-color: #127CF8;
}
.TagClassName
{
border-color: #127CF8;
}
</style>