Shades of Dodger Blue #0097FC
Tints of Dodger Blue #0097FC
RGB
CMYK
RGB Variations
Color information
#0097FC (or 0x0097FC) is known color: Dodger Blue. HEX triplet: 00, 97 and FC. RGB value is (0,151,252). Sum of RGB (Red+Green+Blue) = 0+151+252=403 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #0097FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0097FC is #FF6803. Grayscale: #747474. Windows color (decimal): -16738308 or 16553728. OLE color: 16553728.
HSL color Cylindrical-coordinate representation of color #0097FC: hue angle of 204.05º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0097FC is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 151 | 252 | - |
| CMYK | 1 | 0.40 | 0 | 0.01 |
| HSL | 204.05º | 1% | 0.49% | - |
| HSV(B) | 204.05º | 1% | 0.99% | - |
| XYZ | 28.64 | 29.16 | 96.21 | - |
| YUV | 117.37 | 203.97 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 151 | 252 | 1 | 0.40 | 0 | 0.01 | 204.05 | 1 | 0.49 |
| Hex | 0 | 97 | FC | 64 | 28 | 0 | 1 | CC | 64 | 31 |
| Octal | 0 | 227 | 374 | 144 | 50 | 0 | 1 | 314 | 144 | 61 |
| Binary | 0 | 10010111 | 11111100 | 1100100 | 101000 | 0 | 1 | 11001100 | 1100100 | 110001 |
Color Harmonies of #0097FC
Complementary color
Monochromatic Colors of #0097FC
Black with #0097FC
Text Example
Text Example
White with #0097FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0097FC; }
p { color: rgb(0,151,252); }
H1.HeaderClassName
{
color: #0097FC;
}
.AnyTagClassName
{
color: #0097FC;
}
</style>
background-color css
<style>
a { background-color: #0097FC; }
a { background-color: rgb(0,151,252); }
div.DivClassName
{
background-color: #0097FC;
}
.BgClassName
{
background-color: #0097FC;
}
</style>
border-color css
<style>
span { border-color: #0097FC; }
span { border-color: rgb(0,151,252); }
td.TdClassName
{
border-color: #0097FC;
}
.TagClassName
{
border-color: #0097FC;
}
</style>