Shades of Dodger Blue #0897F0
Tints of Dodger Blue #0897F0
RGB
CMYK
RGB Variations
Color information
#0897F0 (or 0x0897F0) is known color: Dodger Blue. HEX triplet: 08, 97 and F0. RGB value is (8,151,240). Sum of RGB (Red+Green+Blue) = 8+151+240=399 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 240 (94.14% from 255 or 60.15% from 399); Max value from RGB is 240 - color contains mainly: blue. Hex color #0897F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0897F0 is #F7680F. Grayscale: #757575. Windows color (decimal): -16214032 or 15767304. OLE color: 15767304.
HSL color Cylindrical-coordinate representation of color #0897F0: hue angle of 203.02º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0897F0 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 151 | 240 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.06 |
| HSL | 203.02º | 0.94% | 0.49% | - |
| HSV(B) | 203.02º | 0.97% | 0.94% | - |
| XYZ | 26.89 | 28.48 | 86.52 | - |
| YUV | 118.39 | 196.62 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 151 | 240 | 0.97 | 0.37 | 0 | 0.06 | 203.02 | 0.94 | 0.49 |
| Hex | 8 | 97 | F0 | 61 | 25 | 0 | 6 | CB | 5E | 31 |
| Octal | 10 | 227 | 360 | 141 | 45 | 0 | 6 | 313 | 136 | 61 |
| Binary | 1000 | 10010111 | 11110000 | 1100001 | 100101 | 0 | 110 | 11001011 | 1011110 | 110001 |
Color Harmonies of #0897F0
Complementary color
Monochromatic Colors of #0897F0
Black with #0897F0
Text Example
Text Example
White with #0897F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0897F0; }
p { color: rgb(8,151,240); }
H1.HeaderClassName
{
color: #0897F0;
}
.AnyTagClassName
{
color: #0897F0;
}
</style>
background-color css
<style>
a { background-color: #0897F0; }
a { background-color: rgb(8,151,240); }
div.DivClassName
{
background-color: #0897F0;
}
.BgClassName
{
background-color: #0897F0;
}
</style>
border-color css
<style>
span { border-color: #0897F0; }
span { border-color: rgb(8,151,240); }
td.TdClassName
{
border-color: #0897F0;
}
.TagClassName
{
border-color: #0897F0;
}
</style>