Shades of Dodger Blue #0099FC
Tints of Dodger Blue #0099FC
RGB
CMYK
RGB Variations
Color information
#0099FC (or 0x0099FC) is known color: Dodger Blue. HEX triplet: 00, 99 and FC. RGB value is (0,153,252). Sum of RGB (Red+Green+Blue) = 0+153+252=405 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 252 (98.83% from 255 or 62.22% from 405); Max value from RGB is 252 - color contains mainly: blue. Hex color #0099FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0099FC is #FF6603. Grayscale: #757575. Windows color (decimal): -16737796 or 16554240. OLE color: 16554240.
HSL color Cylindrical-coordinate representation of color #0099FC: hue angle of 203.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099FC is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 153 | 252 | - |
| CMYK | 1 | 0.39 | 0 | 0.01 |
| HSL | 203.57º | 1% | 0.49% | - |
| HSV(B) | 203.57º | 1% | 0.99% | - |
| XYZ | 28.96 | 29.81 | 96.32 | - |
| YUV | 118.54 | 203.31 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 252 | 1 | 0.39 | 0 | 0.01 | 203.57 | 1 | 0.49 |
| Hex | 0 | 99 | FC | 64 | 27 | 0 | 1 | CC | 64 | 31 |
| Octal | 0 | 231 | 374 | 144 | 47 | 0 | 1 | 314 | 144 | 61 |
| Binary | 0 | 10011001 | 11111100 | 1100100 | 100111 | 0 | 1 | 11001100 | 1100100 | 110001 |
Color Harmonies of #0099FC
Complementary color
Monochromatic Colors of #0099FC
Black with #0099FC
Text Example
Text Example
White with #0099FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099FC; }
p { color: rgb(0,153,252); }
H1.HeaderClassName
{
color: #0099FC;
}
.AnyTagClassName
{
color: #0099FC;
}
</style>
background-color css
<style>
a { background-color: #0099FC; }
a { background-color: rgb(0,153,252); }
div.DivClassName
{
background-color: #0099FC;
}
.BgClassName
{
background-color: #0099FC;
}
</style>
border-color css
<style>
span { border-color: #0099FC; }
span { border-color: rgb(0,153,252); }
td.TdClassName
{
border-color: #0099FC;
}
.TagClassName
{
border-color: #0099FC;
}
</style>