Shades of Dodger Blue #0899FF
Tints of Dodger Blue #0899FF
RGB
CMYK
RGB Variations
Color information
#0899FF (or 0x0899FF) is known color: Dodger Blue. HEX triplet: 08, 99 and FF. RGB value is (8,153,255). Sum of RGB (Red+Green+Blue) = 8+153+255=416 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.92% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #0899FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0899FF is #F76600. Grayscale: #787878. Windows color (decimal): -16213505 or 16750856. OLE color: 16750856.
HSL color Cylindrical-coordinate representation of color #0899FF: hue angle of 204.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0899FF is Cyan = 0.97, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 153 | 255 | - |
| CMYK | 0.97 | 0.4 | 0 | 0 |
| HSL | 204.78º | 1% | 0.52% | - |
| HSV(B) | 204.78º | 0.97% | 1% | - |
| XYZ | 29.54 | 30.05 | 98.85 | - |
| YUV | 121.27 | 203.46 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 255 | 0.97 | 0.4 | 0 | 0 | 204.78 | 1 | 0.52 |
| Hex | 8 | 99 | FF | 61 | 28 | 0 | 0 | CD | 64 | 34 |
| Octal | 10 | 231 | 377 | 141 | 50 | 0 | 0 | 315 | 144 | 64 |
| Binary | 1000 | 10011001 | 11111111 | 1100001 | 101000 | 0 | 0 | 11001101 | 1100100 | 110100 |
Color Harmonies of #0899FF
Complementary color
Monochromatic Colors of #0899FF
Black with #0899FF
Text Example
Text Example
White with #0899FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0899FF; }
p { color: rgb(8,153,255); }
H1.HeaderClassName
{
color: #0899FF;
}
.AnyTagClassName
{
color: #0899FF;
}
</style>
background-color css
<style>
a { background-color: #0899FF; }
a { background-color: rgb(8,153,255); }
div.DivClassName
{
background-color: #0899FF;
}
.BgClassName
{
background-color: #0899FF;
}
</style>
border-color css
<style>
span { border-color: #0899FF; }
span { border-color: rgb(8,153,255); }
td.TdClassName
{
border-color: #0899FF;
}
.TagClassName
{
border-color: #0899FF;
}
</style>