Shades of Dodger Blue #0282F0
Tints of Dodger Blue #0282F0
RGB
CMYK
RGB Variations
Color information
#0282F0 (or 0x0282F0) is known color: Dodger Blue. HEX triplet: 02, 82 and F0. RGB value is (2,130,240). Sum of RGB (Red+Green+Blue) = 2+130+240=372 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 240 (94.14% from 255 or 64.52% from 372); Max value from RGB is 240 - color contains mainly: blue. Hex color #0282F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0282F0 is #FD7D0F. Grayscale: #676767. Windows color (decimal): -16612624 or 15761922. OLE color: 15761922.
HSL color Cylindrical-coordinate representation of color #0282F0: hue angle of 207.73º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0282F0 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 130 | 240 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.06 |
| HSL | 207.73º | 0.98% | 0.47% | - |
| HSV(B) | 207.73º | 0.99% | 0.94% | - |
| XYZ | 23.74 | 22.27 | 85.49 | - |
| YUV | 104.27 | 204.59 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 240 | 0.99 | 0.46 | 0 | 0.06 | 207.73 | 0.98 | 0.47 |
| Hex | 2 | 82 | F0 | 63 | 2E | 0 | 6 | D0 | 62 | 2F |
| Octal | 2 | 202 | 360 | 143 | 56 | 0 | 6 | 320 | 142 | 57 |
| Binary | 10 | 10000010 | 11110000 | 1100011 | 101110 | 0 | 110 | 11010000 | 1100010 | 101111 |
Color Harmonies of #0282F0
Complementary color
Monochromatic Colors of #0282F0
Black with #0282F0
Text Example
Text Example
White with #0282F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0282F0; }
p { color: rgb(2,130,240); }
H1.HeaderClassName
{
color: #0282F0;
}
.AnyTagClassName
{
color: #0282F0;
}
</style>
background-color css
<style>
a { background-color: #0282F0; }
a { background-color: rgb(2,130,240); }
div.DivClassName
{
background-color: #0282F0;
}
.BgClassName
{
background-color: #0282F0;
}
</style>
border-color css
<style>
span { border-color: #0282F0; }
span { border-color: rgb(2,130,240); }
td.TdClassName
{
border-color: #0282F0;
}
.TagClassName
{
border-color: #0282F0;
}
</style>