Shades of Dodger Blue #0092EE
Tints of Dodger Blue #0092EE
RGB
CMYK
RGB Variations
Color information
#0092EE (or 0x0092EE) is known color: Dodger Blue. HEX triplet: 00, 92 and EE. RGB value is (0,146,238). Sum of RGB (Red+Green+Blue) = 0+146+238=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #0092EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0092EE is #FF6D11. Grayscale: #707070. Windows color (decimal): -16739602 or 15634944. OLE color: 15634944.
HSL color Cylindrical-coordinate representation of color #0092EE: hue angle of 203.19º 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 #0092EE is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 146 | 238 | - |
| CMYK | 1 | 0.39 | 0 | 0.07 |
| HSL | 203.19º | 1% | 0.47% | - |
| HSV(B) | 203.19º | 1% | 0.93% | - |
| XYZ | 25.71 | 26.73 | 84.69 | - |
| YUV | 112.83 | 198.63 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 238 | 1 | 0.39 | 0 | 0.07 | 203.19 | 1 | 0.47 |
| Hex | 0 | 92 | EE | 64 | 27 | 0 | 7 | CB | 64 | 2F |
| Octal | 0 | 222 | 356 | 144 | 47 | 0 | 7 | 313 | 144 | 57 |
| Binary | 0 | 10010010 | 11101110 | 1100100 | 100111 | 0 | 111 | 11001011 | 1100100 | 101111 |
Color Harmonies of #0092EE
Complementary color
Monochromatic Colors of #0092EE
Black with #0092EE
Text Example
Text Example
White with #0092EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0092EE; }
p { color: rgb(0,146,238); }
H1.HeaderClassName
{
color: #0092EE;
}
.AnyTagClassName
{
color: #0092EE;
}
</style>
background-color css
<style>
a { background-color: #0092EE; }
a { background-color: rgb(0,146,238); }
div.DivClassName
{
background-color: #0092EE;
}
.BgClassName
{
background-color: #0092EE;
}
</style>
border-color css
<style>
span { border-color: #0092EE; }
span { border-color: rgb(0,146,238); }
td.TdClassName
{
border-color: #0092EE;
}
.TagClassName
{
border-color: #0092EE;
}
</style>