Shades of Dodger Blue #0997EF
Tints of Dodger Blue #0997EF
RGB
CMYK
RGB Variations
Color information
#0997EF (or 0x0997EF) is known color: Dodger Blue. HEX triplet: 09, 97 and EF. RGB value is (9,151,239). Sum of RGB (Red+Green+Blue) = 9+151+239=399 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #0997EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0997EF is #F66810. Grayscale: #767676. Windows color (decimal): -16148497 or 15701769. OLE color: 15701769.
HSL color Cylindrical-coordinate representation of color #0997EF: hue angle of 202.96º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0997EF is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 151 | 239 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.06 |
| HSL | 202.96º | 0.93% | 0.49% | - |
| HSV(B) | 202.96º | 0.96% | 0.94% | - |
| XYZ | 26.76 | 28.42 | 85.74 | - |
| YUV | 118.57 | 195.96 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 151 | 239 | 0.96 | 0.37 | 0 | 0.06 | 202.96 | 0.93 | 0.49 |
| Hex | 9 | 97 | EF | 60 | 25 | 0 | 6 | CB | 5D | 31 |
| Octal | 11 | 227 | 357 | 140 | 45 | 0 | 6 | 313 | 135 | 61 |
| Binary | 1001 | 10010111 | 11101111 | 1100000 | 100101 | 0 | 110 | 11001011 | 1011101 | 110001 |
Color Harmonies of #0997EF
Complementary color
Monochromatic Colors of #0997EF
Black with #0997EF
Text Example
Text Example
White with #0997EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0997EF; }
p { color: rgb(9,151,239); }
H1.HeaderClassName
{
color: #0997EF;
}
.AnyTagClassName
{
color: #0997EF;
}
</style>
background-color css
<style>
a { background-color: #0997EF; }
a { background-color: rgb(9,151,239); }
div.DivClassName
{
background-color: #0997EF;
}
.BgClassName
{
background-color: #0997EF;
}
</style>
border-color css
<style>
span { border-color: #0997EF; }
span { border-color: rgb(9,151,239); }
td.TdClassName
{
border-color: #0997EF;
}
.TagClassName
{
border-color: #0997EF;
}
</style>