Shades of Dodger Blue #0099FB
Tints of Dodger Blue #0099FB
RGB
CMYK
RGB Variations
Color information
#0099FB (or 0x0099FB) is known color: Dodger Blue. HEX triplet: 00, 99 and FB. RGB value is (0,153,251). Sum of RGB (Red+Green+Blue) = 0+153+251=404 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #0099FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0099FB is #FF6604. Grayscale: #757575. Windows color (decimal): -16737797 or 16488704. OLE color: 16488704.
HSL color Cylindrical-coordinate representation of color #0099FB: hue angle of 203.43º 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 #0099FB is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 153 | 251 | - |
| CMYK | 1 | 0.39 | 0 | 0.02 |
| HSL | 203.43º | 1% | 0.49% | - |
| HSV(B) | 203.43º | 1% | 0.98% | - |
| XYZ | 28.8 | 29.75 | 95.49 | - |
| YUV | 118.43 | 202.81 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 251 | 1 | 0.39 | 0 | 0.02 | 203.43 | 1 | 0.49 |
| Hex | 0 | 99 | FB | 64 | 27 | 0 | 2 | CB | 64 | 31 |
| Octal | 0 | 231 | 373 | 144 | 47 | 0 | 2 | 313 | 144 | 61 |
| Binary | 0 | 10011001 | 11111011 | 1100100 | 100111 | 0 | 10 | 11001011 | 1100100 | 110001 |
Color Harmonies of #0099FB
Complementary color
Monochromatic Colors of #0099FB
Black with #0099FB
Text Example
Text Example
White with #0099FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099FB; }
p { color: rgb(0,153,251); }
H1.HeaderClassName
{
color: #0099FB;
}
.AnyTagClassName
{
color: #0099FB;
}
</style>
background-color css
<style>
a { background-color: #0099FB; }
a { background-color: rgb(0,153,251); }
div.DivClassName
{
background-color: #0099FB;
}
.BgClassName
{
background-color: #0099FB;
}
</style>
border-color css
<style>
span { border-color: #0099FB; }
span { border-color: rgb(0,153,251); }
td.TdClassName
{
border-color: #0099FB;
}
.TagClassName
{
border-color: #0099FB;
}
</style>