Shades of Dodger Blue #097CFD
Tints of Dodger Blue #097CFD
RGB
CMYK
RGB Variations
Color information
#097CFD (or 0x097CFD) is known color: Dodger Blue. HEX triplet: 09, 7C and FD. RGB value is (9,124,253). Sum of RGB (Red+Green+Blue) = 9+124+253=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #097CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097CFD is #F68302. Grayscale: #676767. Windows color (decimal): -16155395 or 16612361. OLE color: 16612361.
HSL color Cylindrical-coordinate representation of color #097CFD: hue angle of 211.72º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097CFD is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 124 | 253 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.01 |
| HSL | 211.72º | 0.98% | 0.51% | - |
| HSV(B) | 211.72º | 0.96% | 0.99% | - |
| XYZ | 25.05 | 21.57 | 95.77 | - |
| YUV | 104.32 | 211.9 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 253 | 0.96 | 0.51 | 0 | 0.01 | 211.72 | 0.98 | 0.51 |
| Hex | 9 | 7C | FD | 60 | 33 | 0 | 1 | D4 | 62 | 33 |
| Octal | 11 | 174 | 375 | 140 | 63 | 0 | 1 | 324 | 142 | 63 |
| Binary | 1001 | 1111100 | 11111101 | 1100000 | 110011 | 0 | 1 | 11010100 | 1100010 | 110011 |
Color Harmonies of #097CFD
Complementary color
Monochromatic Colors of #097CFD
Black with #097CFD
Text Example
Text Example
White with #097CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CFD; }
p { color: rgb(9,124,253); }
H1.HeaderClassName
{
color: #097CFD;
}
.AnyTagClassName
{
color: #097CFD;
}
</style>
background-color css
<style>
a { background-color: #097CFD; }
a { background-color: rgb(9,124,253); }
div.DivClassName
{
background-color: #097CFD;
}
.BgClassName
{
background-color: #097CFD;
}
</style>
border-color css
<style>
span { border-color: #097CFD; }
span { border-color: rgb(9,124,253); }
td.TdClassName
{
border-color: #097CFD;
}
.TagClassName
{
border-color: #097CFD;
}
</style>