Shades of Dodger Blue #0280EA
Tints of Dodger Blue #0280EA
RGB
CMYK
RGB Variations
Color information
#0280EA (or 0x0280EA) is known color: Dodger Blue. HEX triplet: 02, 80 and EA. RGB value is (2,128,234). Sum of RGB (Red+Green+Blue) = 2+128+234=364 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #0280EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0280EA is #FD7F15. Grayscale: #656565. Windows color (decimal): -16613142 or 15368194. OLE color: 15368194.
HSL color Cylindrical-coordinate representation of color #0280EA: hue angle of 207.41º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0280EA is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 128 | 234 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.08 |
| HSL | 207.41º | 0.98% | 0.46% | - |
| HSV(B) | 207.41º | 0.99% | 0.92% | - |
| XYZ | 22.6 | 21.39 | 80.78 | - |
| YUV | 102.41 | 202.26 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 234 | 0.99 | 0.45 | 0 | 0.08 | 207.41 | 0.98 | 0.46 |
| Hex | 2 | 80 | EA | 63 | 2D | 0 | 8 | CF | 62 | 2E |
| Octal | 2 | 200 | 352 | 143 | 55 | 0 | 10 | 317 | 142 | 56 |
| Binary | 10 | 10000000 | 11101010 | 1100011 | 101101 | 0 | 1000 | 11001111 | 1100010 | 101110 |
Color Harmonies of #0280EA
Complementary color
Monochromatic Colors of #0280EA
Black with #0280EA
Text Example
Text Example
White with #0280EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0280EA; }
p { color: rgb(2,128,234); }
H1.HeaderClassName
{
color: #0280EA;
}
.AnyTagClassName
{
color: #0280EA;
}
</style>
background-color css
<style>
a { background-color: #0280EA; }
a { background-color: rgb(2,128,234); }
div.DivClassName
{
background-color: #0280EA;
}
.BgClassName
{
background-color: #0280EA;
}
</style>
border-color css
<style>
span { border-color: #0280EA; }
span { border-color: rgb(2,128,234); }
td.TdClassName
{
border-color: #0280EA;
}
.TagClassName
{
border-color: #0280EA;
}
</style>