Shades of Dodger Blue #0897FA
Tints of Dodger Blue #0897FA
RGB
CMYK
RGB Variations
Color information
#0897FA (or 0x0897FA) is known color: Dodger Blue. HEX triplet: 08, 97 and FA. RGB value is (8,151,250). Sum of RGB (Red+Green+Blue) = 8+151+250=409 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.96% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #0897FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0897FA is #F76805. Grayscale: #767676. Windows color (decimal): -16214022 or 16422664. OLE color: 16422664.
HSL color Cylindrical-coordinate representation of color #0897FA: hue angle of 204.55º 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 #0897FA is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 151 | 250 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.02 |
| HSL | 204.55º | 0.96% | 0.51% | - |
| HSV(B) | 204.55º | 0.97% | 0.98% | - |
| XYZ | 28.42 | 29.09 | 94.56 | - |
| YUV | 119.53 | 201.62 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 151 | 250 | 0.97 | 0.40 | 0 | 0.02 | 204.55 | 0.96 | 0.51 |
| Hex | 8 | 97 | FA | 61 | 28 | 0 | 2 | CD | 60 | 33 |
| Octal | 10 | 227 | 372 | 141 | 50 | 0 | 2 | 315 | 140 | 63 |
| Binary | 1000 | 10010111 | 11111010 | 1100001 | 101000 | 0 | 10 | 11001101 | 1100000 | 110011 |
Color Harmonies of #0897FA
Complementary color
Monochromatic Colors of #0897FA
Black with #0897FA
Text Example
Text Example
White with #0897FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0897FA; }
p { color: rgb(8,151,250); }
H1.HeaderClassName
{
color: #0897FA;
}
.AnyTagClassName
{
color: #0897FA;
}
</style>
background-color css
<style>
a { background-color: #0897FA; }
a { background-color: rgb(8,151,250); }
div.DivClassName
{
background-color: #0897FA;
}
.BgClassName
{
background-color: #0897FA;
}
</style>
border-color css
<style>
span { border-color: #0897FA; }
span { border-color: rgb(8,151,250); }
td.TdClassName
{
border-color: #0897FA;
}
.TagClassName
{
border-color: #0897FA;
}
</style>