Shades of Dodger Blue #0097EA
Tints of Dodger Blue #0097EA
RGB
CMYK
RGB Variations
Color information
#0097EA (or 0x0097EA) is known color: Dodger Blue. HEX triplet: 00, 97 and EA. RGB value is (0,151,234). Sum of RGB (Red+Green+Blue) = 0+151+234=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #0097EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0097EA is #FF6815. Grayscale: #727272. Windows color (decimal): -16738326 or 15374080. OLE color: 15374080.
HSL color Cylindrical-coordinate representation of color #0097EA: hue angle of 201.28º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0097EA is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 151 | 234 | - |
| CMYK | 1 | 0.35 | 0 | 0.08 |
| HSL | 201.28º | 1% | 0.46% | - |
| HSV(B) | 201.28º | 1% | 0.92% | - |
| XYZ | 25.92 | 28.07 | 81.89 | - |
| YUV | 115.31 | 194.97 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 151 | 234 | 1 | 0.35 | 0 | 0.08 | 201.28 | 1 | 0.46 |
| Hex | 0 | 97 | EA | 64 | 23 | 0 | 8 | C9 | 64 | 2E |
| Octal | 0 | 227 | 352 | 144 | 43 | 0 | 10 | 311 | 144 | 56 |
| Binary | 0 | 10010111 | 11101010 | 1100100 | 100011 | 0 | 1000 | 11001001 | 1100100 | 101110 |
Color Harmonies of #0097EA
Complementary color
Monochromatic Colors of #0097EA
Black with #0097EA
Text Example
Text Example
White with #0097EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0097EA; }
p { color: rgb(0,151,234); }
H1.HeaderClassName
{
color: #0097EA;
}
.AnyTagClassName
{
color: #0097EA;
}
</style>
background-color css
<style>
a { background-color: #0097EA; }
a { background-color: rgb(0,151,234); }
div.DivClassName
{
background-color: #0097EA;
}
.BgClassName
{
background-color: #0097EA;
}
</style>
border-color css
<style>
span { border-color: #0097EA; }
span { border-color: rgb(0,151,234); }
td.TdClassName
{
border-color: #0097EA;
}
.TagClassName
{
border-color: #0097EA;
}
</style>