Shades of Dodger Blue #0992FC
Tints of Dodger Blue #0992FC
RGB
CMYK
RGB Variations
Color information
#0992FC (or 0x0992FC) is known color: Dodger Blue. HEX triplet: 09, 92 and FC. RGB value is (9,146,252). Sum of RGB (Red+Green+Blue) = 9+146+252=407 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #0992FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0992FC is #F66D03. Grayscale: #747474. Windows color (decimal): -16149764 or 16552457. OLE color: 16552457.
HSL color Cylindrical-coordinate representation of color #0992FC: hue angle of 206.17º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0992FC is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 146 | 252 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.01 |
| HSL | 206.17º | 0.98% | 0.51% | - |
| HSV(B) | 206.17º | 0.96% | 0.99% | - |
| XYZ | 27.96 | 27.64 | 95.96 | - |
| YUV | 117.12 | 204.11 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 146 | 252 | 0.96 | 0.42 | 0 | 0.01 | 206.17 | 0.98 | 0.51 |
| Hex | 9 | 92 | FC | 60 | 2A | 0 | 1 | CE | 62 | 33 |
| Octal | 11 | 222 | 374 | 140 | 52 | 0 | 1 | 316 | 142 | 63 |
| Binary | 1001 | 10010010 | 11111100 | 1100000 | 101010 | 0 | 1 | 11001110 | 1100010 | 110011 |
Color Harmonies of #0992FC
Complementary color
Monochromatic Colors of #0992FC
Black with #0992FC
Text Example
Text Example
White with #0992FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0992FC; }
p { color: rgb(9,146,252); }
H1.HeaderClassName
{
color: #0992FC;
}
.AnyTagClassName
{
color: #0992FC;
}
</style>
background-color css
<style>
a { background-color: #0992FC; }
a { background-color: rgb(9,146,252); }
div.DivClassName
{
background-color: #0992FC;
}
.BgClassName
{
background-color: #0992FC;
}
</style>
border-color css
<style>
span { border-color: #0992FC; }
span { border-color: rgb(9,146,252); }
td.TdClassName
{
border-color: #0992FC;
}
.TagClassName
{
border-color: #0992FC;
}
</style>