Shades of Dodger Blue #0097FA
Tints of Dodger Blue #0097FA
RGB
CMYK
RGB Variations
Color information
#0097FA (or 0x0097FA) is known color: Dodger Blue. HEX triplet: 00, 97 and FA. RGB value is (0,151,250). Sum of RGB (Red+Green+Blue) = 0+151+250=401 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #0097FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0097FA is #FF6805. Grayscale: #747474. Windows color (decimal): -16738310 or 16422656. OLE color: 16422656.
HSL color Cylindrical-coordinate representation of color #0097FA: hue angle of 203.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0097FA is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 151 | 250 | - |
| CMYK | 1 | 0.40 | 0 | 0.02 |
| HSL | 203.76º | 1% | 0.49% | - |
| HSV(B) | 203.76º | 1% | 0.98% | - |
| XYZ | 28.32 | 29.04 | 94.55 | - |
| YUV | 117.14 | 202.97 | 44.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 151 | 250 | 1 | 0.40 | 0 | 0.02 | 203.76 | 1 | 0.49 |
| Hex | 0 | 97 | FA | 64 | 28 | 0 | 2 | CC | 64 | 31 |
| Octal | 0 | 227 | 372 | 144 | 50 | 0 | 2 | 314 | 144 | 61 |
| Binary | 0 | 10010111 | 11111010 | 1100100 | 101000 | 0 | 10 | 11001100 | 1100100 | 110001 |
Color Harmonies of #0097FA
Complementary color
Monochromatic Colors of #0097FA
Black with #0097FA
Text Example
Text Example
White with #0097FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0097FA; }
p { color: rgb(0,151,250); }
H1.HeaderClassName
{
color: #0097FA;
}
.AnyTagClassName
{
color: #0097FA;
}
</style>
background-color css
<style>
a { background-color: #0097FA; }
a { background-color: rgb(0,151,250); }
div.DivClassName
{
background-color: #0097FA;
}
.BgClassName
{
background-color: #0097FA;
}
</style>
border-color css
<style>
span { border-color: #0097FA; }
span { border-color: rgb(0,151,250); }
td.TdClassName
{
border-color: #0097FA;
}
.TagClassName
{
border-color: #0097FA;
}
</style>