Shades of Dodger Blue #0992F9
Tints of Dodger Blue #0992F9
RGB
CMYK
RGB Variations
Color information
#0992F9 (or 0x0992F9) is known color: Dodger Blue. HEX triplet: 09, 92 and F9. RGB value is (9,146,249). Sum of RGB (Red+Green+Blue) = 9+146+249=404 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 249 (97.66% from 255 or 61.63% from 404); Max value from RGB is 249 - color contains mainly: blue. Hex color #0992F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0992F9 is #F66D06. Grayscale: #747474. Windows color (decimal): -16149767 or 16355849. OLE color: 16355849.
HSL color Cylindrical-coordinate representation of color #0992F9: hue angle of 205.75º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0992F9 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 146 | 249 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.02 |
| HSL | 205.75º | 0.95% | 0.51% | - |
| HSV(B) | 205.75º | 0.96% | 0.98% | - |
| XYZ | 27.49 | 27.46 | 93.47 | - |
| YUV | 116.78 | 202.61 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 146 | 249 | 0.96 | 0.41 | 0 | 0.02 | 205.75 | 0.95 | 0.51 |
| Hex | 9 | 92 | F9 | 60 | 29 | 0 | 2 | CE | 5F | 33 |
| Octal | 11 | 222 | 371 | 140 | 51 | 0 | 2 | 316 | 137 | 63 |
| Binary | 1001 | 10010010 | 11111001 | 1100000 | 101001 | 0 | 10 | 11001110 | 1011111 | 110011 |
Color Harmonies of #0992F9
Complementary color
Monochromatic Colors of #0992F9
Black with #0992F9
Text Example
Text Example
White with #0992F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0992F9; }
p { color: rgb(9,146,249); }
H1.HeaderClassName
{
color: #0992F9;
}
.AnyTagClassName
{
color: #0992F9;
}
</style>
background-color css
<style>
a { background-color: #0992F9; }
a { background-color: rgb(9,146,249); }
div.DivClassName
{
background-color: #0992F9;
}
.BgClassName
{
background-color: #0992F9;
}
</style>
border-color css
<style>
span { border-color: #0992F9; }
span { border-color: rgb(9,146,249); }
td.TdClassName
{
border-color: #0992F9;
}
.TagClassName
{
border-color: #0992F9;
}
</style>