Shades of Dodger Blue #098BFC
Tints of Dodger Blue #098BFC
RGB
CMYK
RGB Variations
Color information
#098BFC (or 0x098BFC) is known color: Dodger Blue. HEX triplet: 09, 8B and FC. RGB value is (9,139,252). Sum of RGB (Red+Green+Blue) = 9+139+252=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #098BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098BFC is #F67403. Grayscale: #707070. Windows color (decimal): -16151556 or 16550665. OLE color: 16550665.
HSL color Cylindrical-coordinate representation of color #098BFC: hue angle of 207.9º 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 #098BFC is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 139 | 252 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.01 |
| HSL | 207.9º | 0.98% | 0.51% | - |
| HSV(B) | 207.9º | 0.96% | 0.99% | - |
| XYZ | 26.92 | 25.55 | 95.61 | - |
| YUV | 113.01 | 206.43 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 252 | 0.96 | 0.45 | 0 | 0.01 | 207.9 | 0.98 | 0.51 |
| Hex | 9 | 8B | FC | 60 | 2D | 0 | 1 | D0 | 62 | 33 |
| Octal | 11 | 213 | 374 | 140 | 55 | 0 | 1 | 320 | 142 | 63 |
| Binary | 1001 | 10001011 | 11111100 | 1100000 | 101101 | 0 | 1 | 11010000 | 1100010 | 110011 |
Color Harmonies of #098BFC
Complementary color
Monochromatic Colors of #098BFC
Black with #098BFC
Text Example
Text Example
White with #098BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098BFC; }
p { color: rgb(9,139,252); }
H1.HeaderClassName
{
color: #098BFC;
}
.AnyTagClassName
{
color: #098BFC;
}
</style>
background-color css
<style>
a { background-color: #098BFC; }
a { background-color: rgb(9,139,252); }
div.DivClassName
{
background-color: #098BFC;
}
.BgClassName
{
background-color: #098BFC;
}
</style>
border-color css
<style>
span { border-color: #098BFC; }
span { border-color: rgb(9,139,252); }
td.TdClassName
{
border-color: #098BFC;
}
.TagClassName
{
border-color: #098BFC;
}
</style>