Shades of Dodger Blue #0997F0
Tints of Dodger Blue #0997F0
RGB
CMYK
RGB Variations
Color information
#0997F0 (or 0x0997F0) is known color: Dodger Blue. HEX triplet: 09, 97 and F0. RGB value is (9,151,240). Sum of RGB (Red+Green+Blue) = 9+151+240=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 240 (94.14% from 255 or 60% from 400); Max value from RGB is 240 - color contains mainly: blue. Hex color #0997F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0997F0 is #F6680F. Grayscale: #767676. Windows color (decimal): -16148496 or 15767305. OLE color: 15767305.
HSL color Cylindrical-coordinate representation of color #0997F0: hue angle of 203.12º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0997F0 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 151 | 240 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.06 |
| HSL | 203.12º | 0.93% | 0.49% | - |
| HSV(B) | 203.12º | 0.96% | 0.94% | - |
| XYZ | 26.91 | 28.48 | 86.52 | - |
| YUV | 118.69 | 196.46 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 151 | 240 | 0.96 | 0.37 | 0 | 0.06 | 203.12 | 0.93 | 0.49 |
| Hex | 9 | 97 | F0 | 60 | 25 | 0 | 6 | CB | 5D | 31 |
| Octal | 11 | 227 | 360 | 140 | 45 | 0 | 6 | 313 | 135 | 61 |
| Binary | 1001 | 10010111 | 11110000 | 1100000 | 100101 | 0 | 110 | 11001011 | 1011101 | 110001 |
Color Harmonies of #0997F0
Complementary color
Monochromatic Colors of #0997F0
Black with #0997F0
Text Example
Text Example
White with #0997F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0997F0; }
p { color: rgb(9,151,240); }
H1.HeaderClassName
{
color: #0997F0;
}
.AnyTagClassName
{
color: #0997F0;
}
</style>
background-color css
<style>
a { background-color: #0997F0; }
a { background-color: rgb(9,151,240); }
div.DivClassName
{
background-color: #0997F0;
}
.BgClassName
{
background-color: #0997F0;
}
</style>
border-color css
<style>
span { border-color: #0997F0; }
span { border-color: rgb(9,151,240); }
td.TdClassName
{
border-color: #0997F0;
}
.TagClassName
{
border-color: #0997F0;
}
</style>