Shades of Dodger Blue #0899FA
Tints of Dodger Blue #0899FA
RGB
CMYK
RGB Variations
Color information
#0899FA (or 0x0899FA) is known color: Dodger Blue. HEX triplet: 08, 99 and FA. RGB value is (8,153,250). Sum of RGB (Red+Green+Blue) = 8+153+250=411 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.95% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #0899FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0899FA is #F76605. Grayscale: #787878. Windows color (decimal): -16213510 or 16423176. OLE color: 16423176.
HSL color Cylindrical-coordinate representation of color #0899FA: hue angle of 204.05º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0899FA is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 153 | 250 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.02 |
| HSL | 204.05º | 0.96% | 0.51% | - |
| HSV(B) | 204.05º | 0.97% | 0.98% | - |
| XYZ | 28.75 | 29.74 | 94.67 | - |
| YUV | 120.7 | 200.96 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 250 | 0.97 | 0.39 | 0 | 0.02 | 204.05 | 0.96 | 0.51 |
| Hex | 8 | 99 | FA | 61 | 27 | 0 | 2 | CC | 60 | 33 |
| Octal | 10 | 231 | 372 | 141 | 47 | 0 | 2 | 314 | 140 | 63 |
| Binary | 1000 | 10011001 | 11111010 | 1100001 | 100111 | 0 | 10 | 11001100 | 1100000 | 110011 |
Color Harmonies of #0899FA
Complementary color
Monochromatic Colors of #0899FA
Black with #0899FA
Text Example
Text Example
White with #0899FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0899FA; }
p { color: rgb(8,153,250); }
H1.HeaderClassName
{
color: #0899FA;
}
.AnyTagClassName
{
color: #0899FA;
}
</style>
background-color css
<style>
a { background-color: #0899FA; }
a { background-color: rgb(8,153,250); }
div.DivClassName
{
background-color: #0899FA;
}
.BgClassName
{
background-color: #0899FA;
}
</style>
border-color css
<style>
span { border-color: #0899FA; }
span { border-color: rgb(8,153,250); }
td.TdClassName
{
border-color: #0899FA;
}
.TagClassName
{
border-color: #0899FA;
}
</style>