Shades of Dodger Blue #0099FE
Tints of Dodger Blue #0099FE
RGB
CMYK
RGB Variations
Color information
#0099FE (or 0x0099FE) is known color: Dodger Blue. HEX triplet: 00, 99 and FE. RGB value is (0,153,254). Sum of RGB (Red+Green+Blue) = 0+153+254=407 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #0099FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0099FE is #FF6601. Grayscale: #767676. Windows color (decimal): -16737794 or 16685312. OLE color: 16685312.
HSL color Cylindrical-coordinate representation of color #0099FE: hue angle of 203.86º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099FE is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 153 | 254 | - |
| CMYK | 1 | 0.40 | 0 | 0.00 |
| HSL | 203.86º | 1% | 0.5% | - |
| HSV(B) | 203.86º | 1% | 1% | - |
| XYZ | 29.28 | 29.94 | 98 | - |
| YUV | 118.77 | 204.31 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 254 | 1 | 0.40 | 0 | 0.00 | 203.86 | 1 | 0.5 |
| Hex | 0 | 99 | FE | 64 | 28 | 0 | 0 | CC | 64 | 32 |
| Octal | 0 | 231 | 376 | 144 | 50 | 0 | 0 | 314 | 144 | 62 |
| Binary | 0 | 10011001 | 11111110 | 1100100 | 101000 | 0 | 0 | 11001100 | 1100100 | 110010 |
Color Harmonies of #0099FE
Complementary color
Monochromatic Colors of #0099FE
Black with #0099FE
Text Example
Text Example
White with #0099FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099FE; }
p { color: rgb(0,153,254); }
H1.HeaderClassName
{
color: #0099FE;
}
.AnyTagClassName
{
color: #0099FE;
}
</style>
background-color css
<style>
a { background-color: #0099FE; }
a { background-color: rgb(0,153,254); }
div.DivClassName
{
background-color: #0099FE;
}
.BgClassName
{
background-color: #0099FE;
}
</style>
border-color css
<style>
span { border-color: #0099FE; }
span { border-color: rgb(0,153,254); }
td.TdClassName
{
border-color: #0099FE;
}
.TagClassName
{
border-color: #0099FE;
}
</style>