Shades of Dodger Blue #028BFD
Tints of Dodger Blue #028BFD
RGB
CMYK
RGB Variations
Color information
#028BFD (or 0x028BFD) is known color: Dodger Blue. HEX triplet: 02, 8B and FD. RGB value is (2,139,253). Sum of RGB (Red+Green+Blue) = 2+139+253=394 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #028BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028BFD is #FD7402. Grayscale: #6E6E6E. Windows color (decimal): -16610307 or 16616194. OLE color: 16616194.
HSL color Cylindrical-coordinate representation of color #028BFD: hue angle of 207.25º 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 #028BFD is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 139 | 253 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.01 |
| HSL | 207.25º | 0.98% | 0.5% | - |
| HSV(B) | 207.25º | 0.99% | 0.99% | - |
| XYZ | 26.99 | 25.57 | 96.44 | - |
| YUV | 111.03 | 208.11 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 253 | 0.99 | 0.45 | 0 | 0.01 | 207.25 | 0.98 | 0.5 |
| Hex | 2 | 8B | FD | 63 | 2D | 0 | 1 | CF | 62 | 32 |
| Octal | 2 | 213 | 375 | 143 | 55 | 0 | 1 | 317 | 142 | 62 |
| Binary | 10 | 10001011 | 11111101 | 1100011 | 101101 | 0 | 1 | 11001111 | 1100010 | 110010 |
Color Harmonies of #028BFD
Complementary color
Monochromatic Colors of #028BFD
Black with #028BFD
Text Example
Text Example
White with #028BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028BFD; }
p { color: rgb(2,139,253); }
H1.HeaderClassName
{
color: #028BFD;
}
.AnyTagClassName
{
color: #028BFD;
}
</style>
background-color css
<style>
a { background-color: #028BFD; }
a { background-color: rgb(2,139,253); }
div.DivClassName
{
background-color: #028BFD;
}
.BgClassName
{
background-color: #028BFD;
}
</style>
border-color css
<style>
span { border-color: #028BFD; }
span { border-color: rgb(2,139,253); }
td.TdClassName
{
border-color: #028BFD;
}
.TagClassName
{
border-color: #028BFD;
}
</style>