Shades of Dodger Blue #0090EE
Tints of Dodger Blue #0090EE
RGB
CMYK
RGB Variations
Color information
#0090EE (or 0x0090EE) is known color: Dodger Blue. HEX triplet: 00, 90 and EE. RGB value is (0,144,238). Sum of RGB (Red+Green+Blue) = 0+144+238=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #0090EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0090EE is #FF6F11. Grayscale: #6F6F6F. Windows color (decimal): -16740114 or 15634432. OLE color: 15634432.
HSL color Cylindrical-coordinate representation of color #0090EE: hue angle of 203.7º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0090EE is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 144 | 238 | - |
| CMYK | 1 | 0.39 | 0 | 0.07 |
| HSL | 203.7º | 1% | 0.47% | - |
| HSV(B) | 203.7º | 1% | 0.93% | - |
| XYZ | 25.41 | 26.12 | 84.59 | - |
| YUV | 111.66 | 199.29 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 238 | 1 | 0.39 | 0 | 0.07 | 203.7 | 1 | 0.47 |
| Hex | 0 | 90 | EE | 64 | 27 | 0 | 7 | CC | 64 | 2F |
| Octal | 0 | 220 | 356 | 144 | 47 | 0 | 7 | 314 | 144 | 57 |
| Binary | 0 | 10010000 | 11101110 | 1100100 | 100111 | 0 | 111 | 11001100 | 1100100 | 101111 |
Color Harmonies of #0090EE
Complementary color
Monochromatic Colors of #0090EE
Black with #0090EE
Text Example
Text Example
White with #0090EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0090EE; }
p { color: rgb(0,144,238); }
H1.HeaderClassName
{
color: #0090EE;
}
.AnyTagClassName
{
color: #0090EE;
}
</style>
background-color css
<style>
a { background-color: #0090EE; }
a { background-color: rgb(0,144,238); }
div.DivClassName
{
background-color: #0090EE;
}
.BgClassName
{
background-color: #0090EE;
}
</style>
border-color css
<style>
span { border-color: #0090EE; }
span { border-color: rgb(0,144,238); }
td.TdClassName
{
border-color: #0090EE;
}
.TagClassName
{
border-color: #0090EE;
}
</style>