Shades of Dodger Blue #097AFC
Tints of Dodger Blue #097AFC
RGB
CMYK
RGB Variations
Color information
#097AFC (or 0x097AFC) is known color: Dodger Blue. HEX triplet: 09, 7A and FC. RGB value is (9,122,252). Sum of RGB (Red+Green+Blue) = 9+122+252=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #097AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097AFC is #F68503. Grayscale: #666666. Windows color (decimal): -16155908 or 16546313. OLE color: 16546313.
HSL color Cylindrical-coordinate representation of color #097AFC: hue angle of 212.1º 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 #097AFC is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 122 | 252 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.01 |
| HSL | 212.1º | 0.98% | 0.51% | - |
| HSV(B) | 212.1º | 0.96% | 0.99% | - |
| XYZ | 24.64 | 21.01 | 94.85 | - |
| YUV | 103.03 | 212.06 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 122 | 252 | 0.96 | 0.52 | 0 | 0.01 | 212.1 | 0.98 | 0.51 |
| Hex | 9 | 7A | FC | 60 | 34 | 0 | 1 | D4 | 62 | 33 |
| Octal | 11 | 172 | 374 | 140 | 64 | 0 | 1 | 324 | 142 | 63 |
| Binary | 1001 | 1111010 | 11111100 | 1100000 | 110100 | 0 | 1 | 11010100 | 1100010 | 110011 |
Color Harmonies of #097AFC
Complementary color
Monochromatic Colors of #097AFC
Black with #097AFC
Text Example
Text Example
White with #097AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097AFC; }
p { color: rgb(9,122,252); }
H1.HeaderClassName
{
color: #097AFC;
}
.AnyTagClassName
{
color: #097AFC;
}
</style>
background-color css
<style>
a { background-color: #097AFC; }
a { background-color: rgb(9,122,252); }
div.DivClassName
{
background-color: #097AFC;
}
.BgClassName
{
background-color: #097AFC;
}
</style>
border-color css
<style>
span { border-color: #097AFC; }
span { border-color: rgb(9,122,252); }
td.TdClassName
{
border-color: #097AFC;
}
.TagClassName
{
border-color: #097AFC;
}
</style>