Shades of Dodger Blue #097EF1
Tints of Dodger Blue #097EF1
RGB
CMYK
RGB Variations
Color information
#097EF1 (or 0x097EF1) is known color: Dodger Blue. HEX triplet: 09, 7E and F1. RGB value is (9,126,241). Sum of RGB (Red+Green+Blue) = 9+126+241=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 241 (94.53% from 255 or 64.10% from 376); Max value from RGB is 241 - color contains mainly: blue. Hex color #097EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097EF1 is #F6810E. Grayscale: #676767. Windows color (decimal): -16154895 or 15826441. OLE color: 15826441.
HSL color Cylindrical-coordinate representation of color #097EF1: hue angle of 209.74º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097EF1 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 126 | 241 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.05 |
| HSL | 209.74º | 0.93% | 0.49% | - |
| HSV(B) | 209.74º | 0.96% | 0.95% | - |
| XYZ | 23.45 | 21.33 | 86.1 | - |
| YUV | 104.13 | 205.24 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 241 | 0.96 | 0.48 | 0 | 0.05 | 209.74 | 0.93 | 0.49 |
| Hex | 9 | 7E | F1 | 60 | 30 | 0 | 5 | D2 | 5D | 31 |
| Octal | 11 | 176 | 361 | 140 | 60 | 0 | 5 | 322 | 135 | 61 |
| Binary | 1001 | 1111110 | 11110001 | 1100000 | 110000 | 0 | 101 | 11010010 | 1011101 | 110001 |
Color Harmonies of #097EF1
Complementary color
Monochromatic Colors of #097EF1
Black with #097EF1
Text Example
Text Example
White with #097EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097EF1; }
p { color: rgb(9,126,241); }
H1.HeaderClassName
{
color: #097EF1;
}
.AnyTagClassName
{
color: #097EF1;
}
</style>
background-color css
<style>
a { background-color: #097EF1; }
a { background-color: rgb(9,126,241); }
div.DivClassName
{
background-color: #097EF1;
}
.BgClassName
{
background-color: #097EF1;
}
</style>
border-color css
<style>
span { border-color: #097EF1; }
span { border-color: rgb(9,126,241); }
td.TdClassName
{
border-color: #097EF1;
}
.TagClassName
{
border-color: #097EF1;
}
</style>