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