Shades of Dodger Blue #0099FF
Tints of Dodger Blue #0099FF
RGB
CMYK
RGB Variations
Color information
#0099FF (or 0x0099FF) is known color: Dodger Blue. HEX triplet: 00, 99 and FF. RGB value is (0,153,255). Sum of RGB (Red+Green+Blue) = 0+153+255=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #0099FF is a web safe color. Inversed color of #0099FF is #FF6600. Grayscale: #767676. Windows color (decimal): -16737793 or 16750848. OLE color: 16750848.
HSL color Cylindrical-coordinate representation of color #0099FF: hue angle of 204º 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 #0099FF is Cyan = 1, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 0 | 153 | 255 | - |
CMYK | 1 | 0.4 | 0 | 0 |
HSL | 204º | 1% | 0.5% | - |
HSV(B) | 204º | 1% | 1% | - |
XYZ | 29.44 | 30 | 98.85 | - |
YUV | 118.88 | 204.81 | 43.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 153 | 255 | 1 | 0.4 | 0 | 0 | 204 | 1 | 0.5 |
Hex | 0 | 99 | FF | 64 | 28 | 0 | 0 | CC | 64 | 32 |
Octal | 0 | 231 | 377 | 144 | 50 | 0 | 0 | 314 | 144 | 62 |
Binary | 0 | 10011001 | 11111111 | 1100100 | 101000 | 0 | 0 | 11001100 | 1100100 | 110010 |
Color Harmonies of #0099FF
Complementary color
Monochromatic Colors of #0099FF
Black with #0099FF
Text Example
Text Example
White with #0099FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099FF; }
p { color: rgb(0,153,255); }
H1.HeaderClassName
{
color: #0099FF;
}
.AnyTagClassName
{
color: #0099FF;
}
</style>
background-color css
<style>
a { background-color: #0099FF; }
a { background-color: rgb(0,153,255); }
div.DivClassName
{
background-color: #0099FF;
}
.BgClassName
{
background-color: #0099FF;
}
</style>
border-color css
<style>
span { border-color: #0099FF; }
span { border-color: rgb(0,153,255); }
td.TdClassName
{
border-color: #0099FF;
}
.TagClassName
{
border-color: #0099FF;
}
</style>