Shades of Dodger Blue #0997FF
Tints of Dodger Blue #0997FF
RGB
CMYK
RGB Variations
Color information
#0997FF (or 0x0997FF) is known color: Dodger Blue. HEX triplet: 09, 97 and FF. RGB value is (9,151,255). Sum of RGB (Red+Green+Blue) = 9+151+255=415 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.17% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #0997FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0997FF is #F66800. Grayscale: #777777. Windows color (decimal): -16148481 or 16750345. OLE color: 16750345.
HSL color Cylindrical-coordinate representation of color #0997FF: hue angle of 205.37º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0997FF is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 151 | 255 | - |
| CMYK | 0.96 | 0.41 | 0 | 0 |
| HSL | 205.37º | 1% | 0.52% | - |
| HSV(B) | 205.37º | 0.96% | 1% | - |
| XYZ | 29.23 | 29.41 | 98.74 | - |
| YUV | 120.4 | 203.96 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 151 | 255 | 0.96 | 0.41 | 0 | 0 | 205.37 | 1 | 0.52 |
| Hex | 9 | 97 | FF | 60 | 29 | 0 | 0 | CD | 64 | 34 |
| Octal | 11 | 227 | 377 | 140 | 51 | 0 | 0 | 315 | 144 | 64 |
| Binary | 1001 | 10010111 | 11111111 | 1100000 | 101001 | 0 | 0 | 11001101 | 1100100 | 110100 |
Color Harmonies of #0997FF
Complementary color
Monochromatic Colors of #0997FF
Black with #0997FF
Text Example
Text Example
White with #0997FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0997FF; }
p { color: rgb(9,151,255); }
H1.HeaderClassName
{
color: #0997FF;
}
.AnyTagClassName
{
color: #0997FF;
}
</style>
background-color css
<style>
a { background-color: #0997FF; }
a { background-color: rgb(9,151,255); }
div.DivClassName
{
background-color: #0997FF;
}
.BgClassName
{
background-color: #0997FF;
}
</style>
border-color css
<style>
span { border-color: #0997FF; }
span { border-color: rgb(9,151,255); }
td.TdClassName
{
border-color: #0997FF;
}
.TagClassName
{
border-color: #0997FF;
}
</style>