Shades of Dodger Blue #128BEE
Tints of Dodger Blue #128BEE
RGB
CMYK
RGB Variations
Color information
#128BEE (or 0x128BEE) is known color: Dodger Blue. HEX triplet: 12, 8B and EE. RGB value is (18,139,238). Sum of RGB (Red+Green+Blue) = 18+139+238=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #128BEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128BEE is #ED7411. Grayscale: #717171. Windows color (decimal): -15561746 or 15633170. OLE color: 15633170.
HSL color Cylindrical-coordinate representation of color #128BEE: hue angle of 207º 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 #128BEE is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 139 | 238 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.07 |
| HSL | 207º | 0.87% | 0.5% | - |
| HSV(B) | 207º | 0.92% | 0.93% | - |
| XYZ | 24.91 | 24.77 | 84.36 | - |
| YUV | 114.11 | 197.91 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 238 | 0.92 | 0.42 | 0 | 0.07 | 207 | 0.87 | 0.5 |
| Hex | 12 | 8B | EE | 5C | 2A | 0 | 7 | CF | 57 | 32 |
| Octal | 22 | 213 | 356 | 134 | 52 | 0 | 7 | 317 | 127 | 62 |
| Binary | 10010 | 10001011 | 11101110 | 1011100 | 101010 | 0 | 111 | 11001111 | 1010111 | 110010 |
Color Harmonies of #128BEE
Complementary color
Monochromatic Colors of #128BEE
Black with #128BEE
Text Example
Text Example
White with #128BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128BEE; }
p { color: rgb(18,139,238); }
H1.HeaderClassName
{
color: #128BEE;
}
.AnyTagClassName
{
color: #128BEE;
}
</style>
background-color css
<style>
a { background-color: #128BEE; }
a { background-color: rgb(18,139,238); }
div.DivClassName
{
background-color: #128BEE;
}
.BgClassName
{
background-color: #128BEE;
}
</style>
border-color css
<style>
span { border-color: #128BEE; }
span { border-color: rgb(18,139,238); }
td.TdClassName
{
border-color: #128BEE;
}
.TagClassName
{
border-color: #128BEE;
}
</style>