Shades of Dodger Blue #0290EF
Tints of Dodger Blue #0290EF
RGB
CMYK
RGB Variations
Color information
#0290EF (or 0x0290EF) is known color: Dodger Blue. HEX triplet: 02, 90 and EF. RGB value is (2,144,239). Sum of RGB (Red+Green+Blue) = 2+144+239=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #0290EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0290EF is #FD6F10. Grayscale: #6F6F6F. Windows color (decimal): -16609041 or 15699970. OLE color: 15699970.
HSL color Cylindrical-coordinate representation of color #0290EF: hue angle of 204.05º 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 #0290EF is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 144 | 239 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.06 |
| HSL | 204.05º | 0.98% | 0.47% | - |
| HSV(B) | 204.05º | 0.99% | 0.94% | - |
| XYZ | 25.58 | 26.19 | 85.37 | - |
| YUV | 112.37 | 199.46 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 144 | 239 | 0.99 | 0.40 | 0 | 0.06 | 204.05 | 0.98 | 0.47 |
| Hex | 2 | 90 | EF | 63 | 28 | 0 | 6 | CC | 62 | 2F |
| Octal | 2 | 220 | 357 | 143 | 50 | 0 | 6 | 314 | 142 | 57 |
| Binary | 10 | 10010000 | 11101111 | 1100011 | 101000 | 0 | 110 | 11001100 | 1100010 | 101111 |
Color Harmonies of #0290EF
Complementary color
Monochromatic Colors of #0290EF
Black with #0290EF
Text Example
Text Example
White with #0290EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0290EF; }
p { color: rgb(2,144,239); }
H1.HeaderClassName
{
color: #0290EF;
}
.AnyTagClassName
{
color: #0290EF;
}
</style>
background-color css
<style>
a { background-color: #0290EF; }
a { background-color: rgb(2,144,239); }
div.DivClassName
{
background-color: #0290EF;
}
.BgClassName
{
background-color: #0290EF;
}
</style>
border-color css
<style>
span { border-color: #0290EF; }
span { border-color: rgb(2,144,239); }
td.TdClassName
{
border-color: #0290EF;
}
.TagClassName
{
border-color: #0290EF;
}
</style>