Shades of Dodger Blue #097CF0
Tints of Dodger Blue #097CF0
RGB
CMYK
RGB Variations
Color information
#097CF0 (or 0x097CF0) is known color: Dodger Blue. HEX triplet: 09, 7C and F0. RGB value is (9,124,240). Sum of RGB (Red+Green+Blue) = 9+124+240=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 240 (94.14% from 255 or 64.34% from 373); Max value from RGB is 240 - color contains mainly: blue. Hex color #097CF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097CF0 is #F6830F. Grayscale: #666666. Windows color (decimal): -16155408 or 15760393. OLE color: 15760393.
HSL color Cylindrical-coordinate representation of color #097CF0: hue angle of 210.13º 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 #097CF0 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 124 | 240 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.06 |
| HSL | 210.13º | 0.93% | 0.49% | - |
| HSV(B) | 210.13º | 0.96% | 0.94% | - |
| XYZ | 23.05 | 20.76 | 85.23 | - |
| YUV | 102.84 | 205.4 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 240 | 0.96 | 0.48 | 0 | 0.06 | 210.13 | 0.93 | 0.49 |
| Hex | 9 | 7C | F0 | 60 | 30 | 0 | 6 | D2 | 5D | 31 |
| Octal | 11 | 174 | 360 | 140 | 60 | 0 | 6 | 322 | 135 | 61 |
| Binary | 1001 | 1111100 | 11110000 | 1100000 | 110000 | 0 | 110 | 11010010 | 1011101 | 110001 |
Color Harmonies of #097CF0
Complementary color
Monochromatic Colors of #097CF0
Black with #097CF0
Text Example
Text Example
White with #097CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CF0; }
p { color: rgb(9,124,240); }
H1.HeaderClassName
{
color: #097CF0;
}
.AnyTagClassName
{
color: #097CF0;
}
</style>
background-color css
<style>
a { background-color: #097CF0; }
a { background-color: rgb(9,124,240); }
div.DivClassName
{
background-color: #097CF0;
}
.BgClassName
{
background-color: #097CF0;
}
</style>
border-color css
<style>
span { border-color: #097CF0; }
span { border-color: rgb(9,124,240); }
td.TdClassName
{
border-color: #097CF0;
}
.TagClassName
{
border-color: #097CF0;
}
</style>