Shades of Dodger Blue #097BF3
Tints of Dodger Blue #097BF3
RGB
CMYK
RGB Variations
Color information
#097BF3 (or 0x097BF3) is known color: Dodger Blue. HEX triplet: 09, 7B and F3. RGB value is (9,123,243). Sum of RGB (Red+Green+Blue) = 9+123+243=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 243 (95.31% from 255 or 64.8% from 375); Max value from RGB is 243 - color contains mainly: blue. Hex color #097BF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097BF3 is #F6840C. Grayscale: #666666. Windows color (decimal): -16155661 or 15956745. OLE color: 15956745.
HSL color Cylindrical-coordinate representation of color #097BF3: hue angle of 210.77º 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 #097BF3 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 123 | 243 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.05 |
| HSL | 210.77º | 0.93% | 0.49% | - |
| HSV(B) | 210.77º | 0.96% | 0.95% | - |
| XYZ | 23.37 | 20.7 | 87.56 | - |
| YUV | 102.59 | 207.23 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 243 | 0.96 | 0.49 | 0 | 0.05 | 210.77 | 0.93 | 0.49 |
| Hex | 9 | 7B | F3 | 60 | 31 | 0 | 5 | D3 | 5D | 31 |
| Octal | 11 | 173 | 363 | 140 | 61 | 0 | 5 | 323 | 135 | 61 |
| Binary | 1001 | 1111011 | 11110011 | 1100000 | 110001 | 0 | 101 | 11010011 | 1011101 | 110001 |
Color Harmonies of #097BF3
Complementary color
Monochromatic Colors of #097BF3
Black with #097BF3
Text Example
Text Example
White with #097BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BF3; }
p { color: rgb(9,123,243); }
H1.HeaderClassName
{
color: #097BF3;
}
.AnyTagClassName
{
color: #097BF3;
}
</style>
background-color css
<style>
a { background-color: #097BF3; }
a { background-color: rgb(9,123,243); }
div.DivClassName
{
background-color: #097BF3;
}
.BgClassName
{
background-color: #097BF3;
}
</style>
border-color css
<style>
span { border-color: #097BF3; }
span { border-color: rgb(9,123,243); }
td.TdClassName
{
border-color: #097BF3;
}
.TagClassName
{
border-color: #097BF3;
}
</style>