Shades of Dodger Blue #0280F1
Tints of Dodger Blue #0280F1
RGB
CMYK
RGB Variations
Color information
#0280F1 (or 0x0280F1) is known color: Dodger Blue. HEX triplet: 02, 80 and F1. RGB value is (2,128,241). Sum of RGB (Red+Green+Blue) = 2+128+241=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 241 (94.53% from 255 or 64.96% from 371); Max value from RGB is 241 - color contains mainly: blue. Hex color #0280F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0280F1 is #FD7F0E. Grayscale: #666666. Windows color (decimal): -16613135 or 15826946. OLE color: 15826946.
HSL color Cylindrical-coordinate representation of color #0280F1: hue angle of 208.37º 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 #0280F1 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 128 | 241 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.05 |
| HSL | 208.37º | 0.98% | 0.48% | - |
| HSV(B) | 208.37º | 0.99% | 0.95% | - |
| XYZ | 23.62 | 21.8 | 86.18 | - |
| YUV | 103.21 | 205.76 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 241 | 0.99 | 0.47 | 0 | 0.05 | 208.37 | 0.98 | 0.48 |
| Hex | 2 | 80 | F1 | 63 | 2F | 0 | 5 | D0 | 62 | 30 |
| Octal | 2 | 200 | 361 | 143 | 57 | 0 | 5 | 320 | 142 | 60 |
| Binary | 10 | 10000000 | 11110001 | 1100011 | 101111 | 0 | 101 | 11010000 | 1100010 | 110000 |
Color Harmonies of #0280F1
Complementary color
Monochromatic Colors of #0280F1
Black with #0280F1
Text Example
Text Example
White with #0280F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0280F1; }
p { color: rgb(2,128,241); }
H1.HeaderClassName
{
color: #0280F1;
}
.AnyTagClassName
{
color: #0280F1;
}
</style>
background-color css
<style>
a { background-color: #0280F1; }
a { background-color: rgb(2,128,241); }
div.DivClassName
{
background-color: #0280F1;
}
.BgClassName
{
background-color: #0280F1;
}
</style>
border-color css
<style>
span { border-color: #0280F1; }
span { border-color: rgb(2,128,241); }
td.TdClassName
{
border-color: #0280F1;
}
.TagClassName
{
border-color: #0280F1;
}
</style>