Shades of Dodger Blue #127BFF
Tints of Dodger Blue #127BFF
RGB
CMYK
RGB Variations
Color information
#127BFF (or 0x127BFF) is known color: Dodger Blue. HEX triplet: 12, 7B and FF. RGB value is (18,123,255). Sum of RGB (Red+Green+Blue) = 18+123+255=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #127BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127BFF is #ED8400. Grayscale: #6A6A6A. Windows color (decimal): -15565825 or 16743186. OLE color: 16743186.
HSL color Cylindrical-coordinate representation of color #127BFF: hue angle of 213.42º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127BFF is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 123 | 255 | - |
| CMYK | 0.93 | 0.52 | 0 | 0 |
| HSL | 213.42º | 1% | 0.54% | - |
| HSV(B) | 213.42º | 0.93% | 1% | - |
| XYZ | 25.38 | 21.51 | 97.42 | - |
| YUV | 106.65 | 211.71 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 255 | 0.93 | 0.52 | 0 | 0 | 213.42 | 1 | 0.54 |
| Hex | 12 | 7B | FF | 5D | 34 | 0 | 0 | D5 | 64 | 36 |
| Octal | 22 | 173 | 377 | 135 | 64 | 0 | 0 | 325 | 144 | 66 |
| Binary | 10010 | 1111011 | 11111111 | 1011101 | 110100 | 0 | 0 | 11010101 | 1100100 | 110110 |
Color Harmonies of #127BFF
Complementary color
Monochromatic Colors of #127BFF
Black with #127BFF
Text Example
Text Example
White with #127BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127BFF; }
p { color: rgb(18,123,255); }
H1.HeaderClassName
{
color: #127BFF;
}
.AnyTagClassName
{
color: #127BFF;
}
</style>
background-color css
<style>
a { background-color: #127BFF; }
a { background-color: rgb(18,123,255); }
div.DivClassName
{
background-color: #127BFF;
}
.BgClassName
{
background-color: #127BFF;
}
</style>
border-color css
<style>
span { border-color: #127BFF; }
span { border-color: rgb(18,123,255); }
td.TdClassName
{
border-color: #127BFF;
}
.TagClassName
{
border-color: #127BFF;
}
</style>