Shades of Dodger Blue #128FF3
Tints of Dodger Blue #128FF3
RGB
CMYK
RGB Variations
Color information
#128FF3 (or 0x128FF3) is known color: Dodger Blue. HEX triplet: 12, 8F and F3. RGB value is (18,143,243). Sum of RGB (Red+Green+Blue) = 18+143+243=404 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.46% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 243 (95.31% from 255 or 60.15% from 404); Max value from RGB is 243 - color contains mainly: blue. Hex color #128FF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128FF3 is #ED700C. Grayscale: #747474. Windows color (decimal): -15560717 or 15961874. OLE color: 15961874.
HSL color Cylindrical-coordinate representation of color #128FF3: hue angle of 206.67º 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 #128FF3 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 143 | 243 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.05 |
| HSL | 206.67º | 0.9% | 0.51% | - |
| HSV(B) | 206.67º | 0.93% | 0.95% | - |
| XYZ | 26.25 | 26.24 | 88.48 | - |
| YUV | 117.03 | 199.09 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 243 | 0.93 | 0.41 | 0 | 0.05 | 206.67 | 0.9 | 0.51 |
| Hex | 12 | 8F | F3 | 5D | 29 | 0 | 5 | CF | 5A | 33 |
| Octal | 22 | 217 | 363 | 135 | 51 | 0 | 5 | 317 | 132 | 63 |
| Binary | 10010 | 10001111 | 11110011 | 1011101 | 101001 | 0 | 101 | 11001111 | 1011010 | 110011 |
Color Harmonies of #128FF3
Complementary color
Monochromatic Colors of #128FF3
Black with #128FF3
Text Example
Text Example
White with #128FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128FF3; }
p { color: rgb(18,143,243); }
H1.HeaderClassName
{
color: #128FF3;
}
.AnyTagClassName
{
color: #128FF3;
}
</style>
background-color css
<style>
a { background-color: #128FF3; }
a { background-color: rgb(18,143,243); }
div.DivClassName
{
background-color: #128FF3;
}
.BgClassName
{
background-color: #128FF3;
}
</style>
border-color css
<style>
span { border-color: #128FF3; }
span { border-color: rgb(18,143,243); }
td.TdClassName
{
border-color: #128FF3;
}
.TagClassName
{
border-color: #128FF3;
}
</style>