Shades of Dodger Blue #0099FD
Tints of Dodger Blue #0099FD
RGB
CMYK
RGB Variations
Color information
#0099FD (or 0x0099FD) is known color: Dodger Blue. HEX triplet: 00, 99 and FD. RGB value is (0,153,253). Sum of RGB (Red+Green+Blue) = 0+153+253=406 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #0099FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0099FD is #FF6602. Grayscale: #767676. Windows color (decimal): -16737795 or 16619776. OLE color: 16619776.
HSL color Cylindrical-coordinate representation of color #0099FD: hue angle of 203.72º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099FD is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 153 | 253 | - |
| CMYK | 1 | 0.40 | 0 | 0.01 |
| HSL | 203.72º | 1% | 0.5% | - |
| HSV(B) | 203.72º | 1% | 0.99% | - |
| XYZ | 29.12 | 29.87 | 97.16 | - |
| YUV | 118.65 | 203.81 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 253 | 1 | 0.40 | 0 | 0.01 | 203.72 | 1 | 0.5 |
| Hex | 0 | 99 | FD | 64 | 28 | 0 | 1 | CC | 64 | 32 |
| Octal | 0 | 231 | 375 | 144 | 50 | 0 | 1 | 314 | 144 | 62 |
| Binary | 0 | 10011001 | 11111101 | 1100100 | 101000 | 0 | 1 | 11001100 | 1100100 | 110010 |
Color Harmonies of #0099FD
Complementary color
Monochromatic Colors of #0099FD
Black with #0099FD
Text Example
Text Example
White with #0099FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099FD; }
p { color: rgb(0,153,253); }
H1.HeaderClassName
{
color: #0099FD;
}
.AnyTagClassName
{
color: #0099FD;
}
</style>
background-color css
<style>
a { background-color: #0099FD; }
a { background-color: rgb(0,153,253); }
div.DivClassName
{
background-color: #0099FD;
}
.BgClassName
{
background-color: #0099FD;
}
</style>
border-color css
<style>
span { border-color: #0099FD; }
span { border-color: rgb(0,153,253); }
td.TdClassName
{
border-color: #0099FD;
}
.TagClassName
{
border-color: #0099FD;
}
</style>