Shades of Dodger Blue #097CFA
Tints of Dodger Blue #097CFA
RGB
CMYK
RGB Variations
Color information
#097CFA (or 0x097CFA) is known color: Dodger Blue. HEX triplet: 09, 7C and FA. RGB value is (9,124,250). Sum of RGB (Red+Green+Blue) = 9+124+250=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #097CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097CFA is #F68305. Grayscale: #676767. Windows color (decimal): -16155398 or 16415753. OLE color: 16415753.
HSL color Cylindrical-coordinate representation of color #097CFA: hue angle of 211.37º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097CFA is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 124 | 250 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.02 |
| HSL | 211.37º | 0.96% | 0.51% | - |
| HSV(B) | 211.37º | 0.96% | 0.98% | - |
| XYZ | 24.58 | 21.38 | 93.27 | - |
| YUV | 103.98 | 210.4 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 250 | 0.96 | 0.50 | 0 | 0.02 | 211.37 | 0.96 | 0.51 |
| Hex | 9 | 7C | FA | 60 | 32 | 0 | 2 | D3 | 60 | 33 |
| Octal | 11 | 174 | 372 | 140 | 62 | 0 | 2 | 323 | 140 | 63 |
| Binary | 1001 | 1111100 | 11111010 | 1100000 | 110010 | 0 | 10 | 11010011 | 1100000 | 110011 |
Color Harmonies of #097CFA
Complementary color
Monochromatic Colors of #097CFA
Black with #097CFA
Text Example
Text Example
White with #097CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CFA; }
p { color: rgb(9,124,250); }
H1.HeaderClassName
{
color: #097CFA;
}
.AnyTagClassName
{
color: #097CFA;
}
</style>
background-color css
<style>
a { background-color: #097CFA; }
a { background-color: rgb(9,124,250); }
div.DivClassName
{
background-color: #097CFA;
}
.BgClassName
{
background-color: #097CFA;
}
</style>
border-color css
<style>
span { border-color: #097CFA; }
span { border-color: rgb(9,124,250); }
td.TdClassName
{
border-color: #097CFA;
}
.TagClassName
{
border-color: #097CFA;
}
</style>