Shades of Dodger Blue #0197EA
Tints of Dodger Blue #0197EA
RGB
CMYK
RGB Variations
Color information
#0197EA (or 0x0197EA) is known color: Dodger Blue. HEX triplet: 01, 97 and EA. RGB value is (1,151,234). Sum of RGB (Red+Green+Blue) = 1+151+234=386 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #0197EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0197EA is #FE6815. Grayscale: #737373. Windows color (decimal): -16672790 or 15374081. OLE color: 15374081.
HSL color Cylindrical-coordinate representation of color #0197EA: hue angle of 201.37º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0197EA is Cyan = 1.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 151 | 234 | - |
| CMYK | 1.00 | 0.35 | 0 | 0.08 |
| HSL | 201.37º | 0.99% | 0.46% | - |
| HSV(B) | 201.37º | 1% | 0.92% | - |
| XYZ | 25.93 | 28.08 | 81.9 | - |
| YUV | 115.61 | 194.81 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 151 | 234 | 1.00 | 0.35 | 0 | 0.08 | 201.37 | 0.99 | 0.46 |
| Hex | 1 | 97 | EA | 64 | 23 | 0 | 8 | C9 | 63 | 2E |
| Octal | 1 | 227 | 352 | 144 | 43 | 0 | 10 | 311 | 143 | 56 |
| Binary | 1 | 10010111 | 11101010 | 1100100 | 100011 | 0 | 1000 | 11001001 | 1100011 | 101110 |
Color Harmonies of #0197EA
Complementary color
Monochromatic Colors of #0197EA
Black with #0197EA
Text Example
Text Example
White with #0197EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0197EA; }
p { color: rgb(1,151,234); }
H1.HeaderClassName
{
color: #0197EA;
}
.AnyTagClassName
{
color: #0197EA;
}
</style>
background-color css
<style>
a { background-color: #0197EA; }
a { background-color: rgb(1,151,234); }
div.DivClassName
{
background-color: #0197EA;
}
.BgClassName
{
background-color: #0197EA;
}
</style>
border-color css
<style>
span { border-color: #0197EA; }
span { border-color: rgb(1,151,234); }
td.TdClassName
{
border-color: #0197EA;
}
.TagClassName
{
border-color: #0197EA;
}
</style>