Shades of Dodger Blue #0282F7
Tints of Dodger Blue #0282F7
RGB
CMYK
RGB Variations
Color information
#0282F7 (or 0x0282F7) is known color: Dodger Blue. HEX triplet: 02, 82 and F7. RGB value is (2,130,247). Sum of RGB (Red+Green+Blue) = 2+130+247=379 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 247 (96.88% from 255 or 65.17% from 379); Max value from RGB is 247 - color contains mainly: blue. Hex color #0282F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0282F7 is #FD7D08. Grayscale: #686868. Windows color (decimal): -16612617 or 16220674. OLE color: 16220674.
HSL color Cylindrical-coordinate representation of color #0282F7: hue angle of 208.65º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0282F7 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 130 | 247 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.03 |
| HSL | 208.65º | 0.98% | 0.49% | - |
| HSV(B) | 208.65º | 0.99% | 0.97% | - |
| XYZ | 24.8 | 22.69 | 91.07 | - |
| YUV | 105.07 | 208.09 | 54.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 247 | 0.99 | 0.47 | 0 | 0.03 | 208.65 | 0.98 | 0.49 |
| Hex | 2 | 82 | F7 | 63 | 2F | 0 | 3 | D1 | 62 | 31 |
| Octal | 2 | 202 | 367 | 143 | 57 | 0 | 3 | 321 | 142 | 61 |
| Binary | 10 | 10000010 | 11110111 | 1100011 | 101111 | 0 | 11 | 11010001 | 1100010 | 110001 |
Color Harmonies of #0282F7
Complementary color
Monochromatic Colors of #0282F7
Black with #0282F7
Text Example
Text Example
White with #0282F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0282F7; }
p { color: rgb(2,130,247); }
H1.HeaderClassName
{
color: #0282F7;
}
.AnyTagClassName
{
color: #0282F7;
}
</style>
background-color css
<style>
a { background-color: #0282F7; }
a { background-color: rgb(2,130,247); }
div.DivClassName
{
background-color: #0282F7;
}
.BgClassName
{
background-color: #0282F7;
}
</style>
border-color css
<style>
span { border-color: #0282F7; }
span { border-color: rgb(2,130,247); }
td.TdClassName
{
border-color: #0282F7;
}
.TagClassName
{
border-color: #0282F7;
}
</style>