Shades of Dodger Blue #128BF3
Tints of Dodger Blue #128BF3
RGB
CMYK
RGB Variations
Color information
#128BF3 (or 0x128BF3) is known color: Dodger Blue. HEX triplet: 12, 8B and F3. RGB value is (18,139,243). Sum of RGB (Red+Green+Blue) = 18+139+243=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 243 (95.31% from 255 or 60.75% from 400); Max value from RGB is 243 - color contains mainly: blue. Hex color #128BF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128BF3 is #ED740C. Grayscale: #727272. Windows color (decimal): -15561741 or 15960850. OLE color: 15960850.
HSL color Cylindrical-coordinate representation of color #128BF3: hue angle of 207.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #128BF3 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 139 | 243 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.05 |
| HSL | 207.73º | 0.9% | 0.51% | - |
| HSV(B) | 207.73º | 0.93% | 0.95% | - |
| XYZ | 25.66 | 25.06 | 88.28 | - |
| YUV | 114.68 | 200.41 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 243 | 0.93 | 0.43 | 0 | 0.05 | 207.73 | 0.9 | 0.51 |
| Hex | 12 | 8B | F3 | 5D | 2B | 0 | 5 | D0 | 5A | 33 |
| Octal | 22 | 213 | 363 | 135 | 53 | 0 | 5 | 320 | 132 | 63 |
| Binary | 10010 | 10001011 | 11110011 | 1011101 | 101011 | 0 | 101 | 11010000 | 1011010 | 110011 |
Color Harmonies of #128BF3
Complementary color
Monochromatic Colors of #128BF3
Black with #128BF3
Text Example
Text Example
White with #128BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128BF3; }
p { color: rgb(18,139,243); }
H1.HeaderClassName
{
color: #128BF3;
}
.AnyTagClassName
{
color: #128BF3;
}
</style>
background-color css
<style>
a { background-color: #128BF3; }
a { background-color: rgb(18,139,243); }
div.DivClassName
{
background-color: #128BF3;
}
.BgClassName
{
background-color: #128BF3;
}
</style>
border-color css
<style>
span { border-color: #128BF3; }
span { border-color: rgb(18,139,243); }
td.TdClassName
{
border-color: #128BF3;
}
.TagClassName
{
border-color: #128BF3;
}
</style>