Shades of Dodger Blue #097EFC
Tints of Dodger Blue #097EFC
RGB
CMYK
RGB Variations
Color information
#097EFC (or 0x097EFC) is known color: Dodger Blue. HEX triplet: 09, 7E and FC. RGB value is (9,126,252). Sum of RGB (Red+Green+Blue) = 9+126+252=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #097EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097EFC is #F68103. Grayscale: #686868. Windows color (decimal): -16154884 or 16547337. OLE color: 16547337.
HSL color Cylindrical-coordinate representation of color #097EFC: hue angle of 211.11º 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 #097EFC is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 126 | 252 | - |
| CMYK | 0.96 | 0.5 | 0 | 0.01 |
| HSL | 211.11º | 0.98% | 0.51% | - |
| HSV(B) | 211.11º | 0.96% | 0.99% | - |
| XYZ | 25.14 | 22.01 | 95.02 | - |
| YUV | 105.38 | 210.74 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 252 | 0.96 | 0.5 | 0 | 0.01 | 211.11 | 0.98 | 0.51 |
| Hex | 9 | 7E | FC | 60 | 32 | 0 | 1 | D3 | 62 | 33 |
| Octal | 11 | 176 | 374 | 140 | 62 | 0 | 1 | 323 | 142 | 63 |
| Binary | 1001 | 1111110 | 11111100 | 1100000 | 110010 | 0 | 1 | 11010011 | 1100010 | 110011 |
Color Harmonies of #097EFC
Complementary color
Monochromatic Colors of #097EFC
Black with #097EFC
Text Example
Text Example
White with #097EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097EFC; }
p { color: rgb(9,126,252); }
H1.HeaderClassName
{
color: #097EFC;
}
.AnyTagClassName
{
color: #097EFC;
}
</style>
background-color css
<style>
a { background-color: #097EFC; }
a { background-color: rgb(9,126,252); }
div.DivClassName
{
background-color: #097EFC;
}
.BgClassName
{
background-color: #097EFC;
}
</style>
border-color css
<style>
span { border-color: #097EFC; }
span { border-color: rgb(9,126,252); }
td.TdClassName
{
border-color: #097EFC;
}
.TagClassName
{
border-color: #097EFC;
}
</style>