Shades of Dodger Blue #028BFC
Tints of Dodger Blue #028BFC
RGB
CMYK
RGB Variations
Color information
#028BFC (or 0x028BFC) is known color: Dodger Blue. HEX triplet: 02, 8B and FC. RGB value is (2,139,252). Sum of RGB (Red+Green+Blue) = 2+139+252=393 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #028BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028BFC is #FD7403. Grayscale: #6E6E6E. Windows color (decimal): -16610308 or 16550658. OLE color: 16550658.
HSL color Cylindrical-coordinate representation of color #028BFC: hue angle of 207.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028BFC is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 139 | 252 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.01 |
| HSL | 207.12º | 0.98% | 0.5% | - |
| HSV(B) | 207.12º | 0.99% | 0.99% | - |
| XYZ | 26.83 | 25.51 | 95.6 | - |
| YUV | 110.92 | 207.61 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 252 | 0.99 | 0.45 | 0 | 0.01 | 207.12 | 0.98 | 0.5 |
| Hex | 2 | 8B | FC | 63 | 2D | 0 | 1 | CF | 62 | 32 |
| Octal | 2 | 213 | 374 | 143 | 55 | 0 | 1 | 317 | 142 | 62 |
| Binary | 10 | 10001011 | 11111100 | 1100011 | 101101 | 0 | 1 | 11001111 | 1100010 | 110010 |
Color Harmonies of #028BFC
Complementary color
Monochromatic Colors of #028BFC
Black with #028BFC
Text Example
Text Example
White with #028BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028BFC; }
p { color: rgb(2,139,252); }
H1.HeaderClassName
{
color: #028BFC;
}
.AnyTagClassName
{
color: #028BFC;
}
</style>
background-color css
<style>
a { background-color: #028BFC; }
a { background-color: rgb(2,139,252); }
div.DivClassName
{
background-color: #028BFC;
}
.BgClassName
{
background-color: #028BFC;
}
</style>
border-color css
<style>
span { border-color: #028BFC; }
span { border-color: rgb(2,139,252); }
td.TdClassName
{
border-color: #028BFC;
}
.TagClassName
{
border-color: #028BFC;
}
</style>