Shades of Dodger Blue #0992ED
Tints of Dodger Blue #0992ED
RGB
CMYK
RGB Variations
Color information
#0992ED (or 0x0992ED) is known color: Dodger Blue. HEX triplet: 09, 92 and ED. RGB value is (9,146,237). Sum of RGB (Red+Green+Blue) = 9+146+237=392 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 237 (92.97% from 255 or 60.46% from 392); Max value from RGB is 237 - color contains mainly: blue. Hex color #0992ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0992ED is #F66D12. Grayscale: #727272. Windows color (decimal): -16149779 or 15569417. OLE color: 15569417.
HSL color Cylindrical-coordinate representation of color #0992ED: hue angle of 203.95º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0992ED is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 146 | 237 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.07 |
| HSL | 203.95º | 0.93% | 0.48% | - |
| HSV(B) | 203.95º | 0.96% | 0.93% | - |
| XYZ | 25.68 | 26.73 | 83.93 | - |
| YUV | 115.41 | 196.61 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 146 | 237 | 0.96 | 0.38 | 0 | 0.07 | 203.95 | 0.93 | 0.48 |
| Hex | 9 | 92 | ED | 60 | 26 | 0 | 7 | CC | 5D | 30 |
| Octal | 11 | 222 | 355 | 140 | 46 | 0 | 7 | 314 | 135 | 60 |
| Binary | 1001 | 10010010 | 11101101 | 1100000 | 100110 | 0 | 111 | 11001100 | 1011101 | 110000 |
Color Harmonies of #0992ED
Complementary color
Monochromatic Colors of #0992ED
Black with #0992ED
Text Example
Text Example
White with #0992ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0992ED; }
p { color: rgb(9,146,237); }
H1.HeaderClassName
{
color: #0992ED;
}
.AnyTagClassName
{
color: #0992ED;
}
</style>
background-color css
<style>
a { background-color: #0992ED; }
a { background-color: rgb(9,146,237); }
div.DivClassName
{
background-color: #0992ED;
}
.BgClassName
{
background-color: #0992ED;
}
</style>
border-color css
<style>
span { border-color: #0992ED; }
span { border-color: rgb(9,146,237); }
td.TdClassName
{
border-color: #0992ED;
}
.TagClassName
{
border-color: #0992ED;
}
</style>