Shades of Dodger Blue #0092F9
Tints of Dodger Blue #0092F9
RGB
CMYK
RGB Variations
Color information
#0092F9 (or 0x0092F9) is known color: Dodger Blue. HEX triplet: 00, 92 and F9. RGB value is (0,146,249). Sum of RGB (Red+Green+Blue) = 0+146+249=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 249 (97.66% from 255 or 63.04% from 395); Max value from RGB is 249 - color contains mainly: blue. Hex color #0092F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0092F9 is #FF6D06. Grayscale: #717171. Windows color (decimal): -16739591 or 16355840. OLE color: 16355840.
HSL color Cylindrical-coordinate representation of color #0092F9: hue angle of 204.82º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0092F9 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 146 | 249 | - |
| CMYK | 1 | 0.41 | 0 | 0.02 |
| HSL | 204.82º | 1% | 0.49% | - |
| HSV(B) | 204.82º | 1% | 0.98% | - |
| XYZ | 27.38 | 27.4 | 93.47 | - |
| YUV | 114.09 | 204.13 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 249 | 1 | 0.41 | 0 | 0.02 | 204.82 | 1 | 0.49 |
| Hex | 0 | 92 | F9 | 64 | 29 | 0 | 2 | CD | 64 | 31 |
| Octal | 0 | 222 | 371 | 144 | 51 | 0 | 2 | 315 | 144 | 61 |
| Binary | 0 | 10010010 | 11111001 | 1100100 | 101001 | 0 | 10 | 11001101 | 1100100 | 110001 |
Color Harmonies of #0092F9
Complementary color
Monochromatic Colors of #0092F9
Black with #0092F9
Text Example
Text Example
White with #0092F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0092F9; }
p { color: rgb(0,146,249); }
H1.HeaderClassName
{
color: #0092F9;
}
.AnyTagClassName
{
color: #0092F9;
}
</style>
background-color css
<style>
a { background-color: #0092F9; }
a { background-color: rgb(0,146,249); }
div.DivClassName
{
background-color: #0092F9;
}
.BgClassName
{
background-color: #0092F9;
}
</style>
border-color css
<style>
span { border-color: #0092F9; }
span { border-color: rgb(0,146,249); }
td.TdClassName
{
border-color: #0092F9;
}
.TagClassName
{
border-color: #0092F9;
}
</style>