Shades of Dodger Blue #0280FD
Tints of Dodger Blue #0280FD
RGB
CMYK
RGB Variations
Color information
#0280FD (or 0x0280FD) is known color: Dodger Blue. HEX triplet: 02, 80 and FD. RGB value is (2,128,253). Sum of RGB (Red+Green+Blue) = 2+128+253=383 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #0280FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0280FD is #FD7F02. Grayscale: #676767. Windows color (decimal): -16613123 or 16613378. OLE color: 16613378.
HSL color Cylindrical-coordinate representation of color #0280FD: hue angle of 209.88º 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 #0280FD is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 128 | 253 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.01 |
| HSL | 209.88º | 0.98% | 0.5% | - |
| HSV(B) | 209.88º | 0.99% | 0.99% | - |
| XYZ | 25.47 | 22.54 | 95.94 | - |
| YUV | 104.58 | 211.76 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 253 | 0.99 | 0.49 | 0 | 0.01 | 209.88 | 0.98 | 0.5 |
| Hex | 2 | 80 | FD | 63 | 31 | 0 | 1 | D2 | 62 | 32 |
| Octal | 2 | 200 | 375 | 143 | 61 | 0 | 1 | 322 | 142 | 62 |
| Binary | 10 | 10000000 | 11111101 | 1100011 | 110001 | 0 | 1 | 11010010 | 1100010 | 110010 |
Color Harmonies of #0280FD
Complementary color
Monochromatic Colors of #0280FD
Black with #0280FD
Text Example
Text Example
White with #0280FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0280FD; }
p { color: rgb(2,128,253); }
H1.HeaderClassName
{
color: #0280FD;
}
.AnyTagClassName
{
color: #0280FD;
}
</style>
background-color css
<style>
a { background-color: #0280FD; }
a { background-color: rgb(2,128,253); }
div.DivClassName
{
background-color: #0280FD;
}
.BgClassName
{
background-color: #0280FD;
}
</style>
border-color css
<style>
span { border-color: #0280FD; }
span { border-color: rgb(2,128,253); }
td.TdClassName
{
border-color: #0280FD;
}
.TagClassName
{
border-color: #0280FD;
}
</style>