Shades of Dodger Blue #0197F6
Tints of Dodger Blue #0197F6
RGB
CMYK
RGB Variations
Color information
#0197F6 (or 0x0197F6) is known color: Dodger Blue. HEX triplet: 01, 97 and F6. RGB value is (1,151,246). Sum of RGB (Red+Green+Blue) = 1+151+246=398 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 246 (96.48% from 255 or 61.81% from 398); Max value from RGB is 246 - color contains mainly: blue. Hex color #0197F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0197F6 is #FE6809. Grayscale: #747474. Windows color (decimal): -16672778 or 16160513. OLE color: 16160513.
HSL color Cylindrical-coordinate representation of color #0197F6: hue angle of 203.27º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0197F6 is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 151 | 246 | - |
| CMYK | 1.00 | 0.39 | 0 | 0.04 |
| HSL | 203.27º | 0.99% | 0.48% | - |
| HSV(B) | 203.27º | 1% | 0.96% | - |
| XYZ | 27.71 | 28.79 | 91.29 | - |
| YUV | 116.98 | 200.81 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 151 | 246 | 1.00 | 0.39 | 0 | 0.04 | 203.27 | 0.99 | 0.48 |
| Hex | 1 | 97 | F6 | 64 | 27 | 0 | 4 | CB | 63 | 30 |
| Octal | 1 | 227 | 366 | 144 | 47 | 0 | 4 | 313 | 143 | 60 |
| Binary | 1 | 10010111 | 11110110 | 1100100 | 100111 | 0 | 100 | 11001011 | 1100011 | 110000 |
Color Harmonies of #0197F6
Complementary color
Monochromatic Colors of #0197F6
Black with #0197F6
Text Example
Text Example
White with #0197F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0197F6; }
p { color: rgb(1,151,246); }
H1.HeaderClassName
{
color: #0197F6;
}
.AnyTagClassName
{
color: #0197F6;
}
</style>
background-color css
<style>
a { background-color: #0197F6; }
a { background-color: rgb(1,151,246); }
div.DivClassName
{
background-color: #0197F6;
}
.BgClassName
{
background-color: #0197F6;
}
</style>
border-color css
<style>
span { border-color: #0197F6; }
span { border-color: rgb(1,151,246); }
td.TdClassName
{
border-color: #0197F6;
}
.TagClassName
{
border-color: #0197F6;
}
</style>