Shades of Dodger Blue #127BEE
Tints of Dodger Blue #127BEE
RGB
CMYK
RGB Variations
Color information
#127BEE (or 0x127BEE) is known color: Dodger Blue. HEX triplet: 12, 7B and EE. RGB value is (18,123,238). Sum of RGB (Red+Green+Blue) = 18+123+238=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #127BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127BEE is #ED8411. Grayscale: #686868. Windows color (decimal): -15565842 or 15629074. OLE color: 15629074.
HSL color Cylindrical-coordinate representation of color #127BEE: hue angle of 211.36º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127BEE is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 123 | 238 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.07 |
| HSL | 211.36º | 0.87% | 0.5% | - |
| HSV(B) | 211.36º | 0.92% | 0.93% | - |
| XYZ | 22.77 | 20.47 | 83.64 | - |
| YUV | 104.72 | 203.21 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 238 | 0.92 | 0.48 | 0 | 0.07 | 211.36 | 0.87 | 0.5 |
| Hex | 12 | 7B | EE | 5C | 30 | 0 | 7 | D3 | 57 | 32 |
| Octal | 22 | 173 | 356 | 134 | 60 | 0 | 7 | 323 | 127 | 62 |
| Binary | 10010 | 1111011 | 11101110 | 1011100 | 110000 | 0 | 111 | 11010011 | 1010111 | 110010 |
Color Harmonies of #127BEE
Complementary color
Monochromatic Colors of #127BEE
Black with #127BEE
Text Example
Text Example
White with #127BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127BEE; }
p { color: rgb(18,123,238); }
H1.HeaderClassName
{
color: #127BEE;
}
.AnyTagClassName
{
color: #127BEE;
}
</style>
background-color css
<style>
a { background-color: #127BEE; }
a { background-color: rgb(18,123,238); }
div.DivClassName
{
background-color: #127BEE;
}
.BgClassName
{
background-color: #127BEE;
}
</style>
border-color css
<style>
span { border-color: #127BEE; }
span { border-color: rgb(18,123,238); }
td.TdClassName
{
border-color: #127BEE;
}
.TagClassName
{
border-color: #127BEE;
}
</style>