Shades of Dodger Blue #028CF2
Tints of Dodger Blue #028CF2
RGB
CMYK
RGB Variations
Color information
#028CF2 (or 0x028CF2) is known color: Dodger Blue. HEX triplet: 02, 8C and F2. RGB value is (2,140,242). Sum of RGB (Red+Green+Blue) = 2+140+242=384 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 242 (94.92% from 255 or 63.02% from 384); Max value from RGB is 242 - color contains mainly: blue. Hex color #028CF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028CF2 is #FD730D. Grayscale: #6D6D6D. Windows color (decimal): -16610062 or 15895554. OLE color: 15895554.
HSL color Cylindrical-coordinate representation of color #028CF2: hue angle of 205.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028CF2 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 140 | 242 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.05 |
| HSL | 205.5º | 0.98% | 0.48% | - |
| HSV(B) | 205.5º | 0.99% | 0.95% | - |
| XYZ | 25.43 | 25.18 | 87.52 | - |
| YUV | 110.37 | 202.28 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 242 | 0.99 | 0.42 | 0 | 0.05 | 205.5 | 0.98 | 0.48 |
| Hex | 2 | 8C | F2 | 63 | 2A | 0 | 5 | CE | 62 | 30 |
| Octal | 2 | 214 | 362 | 143 | 52 | 0 | 5 | 316 | 142 | 60 |
| Binary | 10 | 10001100 | 11110010 | 1100011 | 101010 | 0 | 101 | 11001110 | 1100010 | 110000 |
Color Harmonies of #028CF2
Complementary color
Monochromatic Colors of #028CF2
Black with #028CF2
Text Example
Text Example
White with #028CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028CF2; }
p { color: rgb(2,140,242); }
H1.HeaderClassName
{
color: #028CF2;
}
.AnyTagClassName
{
color: #028CF2;
}
</style>
background-color css
<style>
a { background-color: #028CF2; }
a { background-color: rgb(2,140,242); }
div.DivClassName
{
background-color: #028CF2;
}
.BgClassName
{
background-color: #028CF2;
}
</style>
border-color css
<style>
span { border-color: #028CF2; }
span { border-color: rgb(2,140,242); }
td.TdClassName
{
border-color: #028CF2;
}
.TagClassName
{
border-color: #028CF2;
}
</style>