Shades of Dodger Blue #0992FF
Tints of Dodger Blue #0992FF
RGB
CMYK
RGB Variations
Color information
#0992FF (or 0x0992FF) is known color: Dodger Blue. HEX triplet: 09, 92 and FF. RGB value is (9,146,255). Sum of RGB (Red+Green+Blue) = 9+146+255=410 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.20% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #0992FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0992FF is #F66D00. Grayscale: #747474. Windows color (decimal): -16149761 or 16749065. OLE color: 16749065.
HSL color Cylindrical-coordinate representation of color #0992FF: hue angle of 206.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0992FF is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 146 | 255 | - |
| CMYK | 0.96 | 0.43 | 0 | 0 |
| HSL | 206.59º | 1% | 0.52% | - |
| HSV(B) | 206.59º | 0.96% | 1% | - |
| XYZ | 28.44 | 27.84 | 98.48 | - |
| YUV | 117.46 | 205.61 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 146 | 255 | 0.96 | 0.43 | 0 | 0 | 206.59 | 1 | 0.52 |
| Hex | 9 | 92 | FF | 60 | 2B | 0 | 0 | CF | 64 | 34 |
| Octal | 11 | 222 | 377 | 140 | 53 | 0 | 0 | 317 | 144 | 64 |
| Binary | 1001 | 10010010 | 11111111 | 1100000 | 101011 | 0 | 0 | 11001111 | 1100100 | 110100 |
Color Harmonies of #0992FF
Complementary color
Monochromatic Colors of #0992FF
Black with #0992FF
Text Example
Text Example
White with #0992FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0992FF; }
p { color: rgb(9,146,255); }
H1.HeaderClassName
{
color: #0992FF;
}
.AnyTagClassName
{
color: #0992FF;
}
</style>
background-color css
<style>
a { background-color: #0992FF; }
a { background-color: rgb(9,146,255); }
div.DivClassName
{
background-color: #0992FF;
}
.BgClassName
{
background-color: #0992FF;
}
</style>
border-color css
<style>
span { border-color: #0992FF; }
span { border-color: rgb(9,146,255); }
td.TdClassName
{
border-color: #0992FF;
}
.TagClassName
{
border-color: #0992FF;
}
</style>