Shades of Dodger Blue #028DF4
Tints of Dodger Blue #028DF4
RGB
CMYK
RGB Variations
Color information
#028DF4 (or 0x028DF4) is known color: Dodger Blue. HEX triplet: 02, 8D and F4. RGB value is (2,141,244). Sum of RGB (Red+Green+Blue) = 2+141+244=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 244 (95.70% from 255 or 63.05% from 387); Max value from RGB is 244 - color contains mainly: blue. Hex color #028DF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028DF4 is #FD720B. Grayscale: #6E6E6E. Windows color (decimal): -16609804 or 16026882. OLE color: 16026882.
HSL color Cylindrical-coordinate representation of color #028DF4: hue angle of 205.54º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028DF4 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 141 | 244 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.04 |
| HSL | 205.54º | 0.98% | 0.48% | - |
| HSV(B) | 205.54º | 0.99% | 0.96% | - |
| XYZ | 25.88 | 25.59 | 89.16 | - |
| YUV | 111.18 | 202.95 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 244 | 0.99 | 0.42 | 0 | 0.04 | 205.54 | 0.98 | 0.48 |
| Hex | 2 | 8D | F4 | 63 | 2A | 0 | 4 | CE | 62 | 30 |
| Octal | 2 | 215 | 364 | 143 | 52 | 0 | 4 | 316 | 142 | 60 |
| Binary | 10 | 10001101 | 11110100 | 1100011 | 101010 | 0 | 100 | 11001110 | 1100010 | 110000 |
Color Harmonies of #028DF4
Complementary color
Monochromatic Colors of #028DF4
Black with #028DF4
Text Example
Text Example
White with #028DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028DF4; }
p { color: rgb(2,141,244); }
H1.HeaderClassName
{
color: #028DF4;
}
.AnyTagClassName
{
color: #028DF4;
}
</style>
background-color css
<style>
a { background-color: #028DF4; }
a { background-color: rgb(2,141,244); }
div.DivClassName
{
background-color: #028DF4;
}
.BgClassName
{
background-color: #028DF4;
}
</style>
border-color css
<style>
span { border-color: #028DF4; }
span { border-color: rgb(2,141,244); }
td.TdClassName
{
border-color: #028DF4;
}
.TagClassName
{
border-color: #028DF4;
}
</style>