Shades of Dodger Blue #0997EA
Tints of Dodger Blue #0997EA
RGB
CMYK
RGB Variations
Color information
#0997EA (or 0x0997EA) is known color: Dodger Blue. HEX triplet: 09, 97 and EA. RGB value is (9,151,234). Sum of RGB (Red+Green+Blue) = 9+151+234=394 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #0997EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0997EA is #F66815. Grayscale: #757575. Windows color (decimal): -16148502 or 15374089. OLE color: 15374089.
HSL color Cylindrical-coordinate representation of color #0997EA: hue angle of 202.13º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0997EA is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 151 | 234 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.08 |
| HSL | 202.13º | 0.93% | 0.48% | - |
| HSV(B) | 202.13º | 0.96% | 0.92% | - |
| XYZ | 26.03 | 28.13 | 81.9 | - |
| YUV | 118 | 193.46 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 151 | 234 | 0.96 | 0.35 | 0 | 0.08 | 202.13 | 0.93 | 0.48 |
| Hex | 9 | 97 | EA | 60 | 23 | 0 | 8 | CA | 5D | 30 |
| Octal | 11 | 227 | 352 | 140 | 43 | 0 | 10 | 312 | 135 | 60 |
| Binary | 1001 | 10010111 | 11101010 | 1100000 | 100011 | 0 | 1000 | 11001010 | 1011101 | 110000 |
Color Harmonies of #0997EA
Complementary color
Monochromatic Colors of #0997EA
Black with #0997EA
Text Example
Text Example
White with #0997EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0997EA; }
p { color: rgb(9,151,234); }
H1.HeaderClassName
{
color: #0997EA;
}
.AnyTagClassName
{
color: #0997EA;
}
</style>
background-color css
<style>
a { background-color: #0997EA; }
a { background-color: rgb(9,151,234); }
div.DivClassName
{
background-color: #0997EA;
}
.BgClassName
{
background-color: #0997EA;
}
</style>
border-color css
<style>
span { border-color: #0997EA; }
span { border-color: rgb(9,151,234); }
td.TdClassName
{
border-color: #0997EA;
}
.TagClassName
{
border-color: #0997EA;
}
</style>