Shades of Dodger Blue #098CFC
Tints of Dodger Blue #098CFC
RGB
CMYK
RGB Variations
Color information
#098CFC (or 0x098CFC) is known color: Dodger Blue. HEX triplet: 09, 8C and FC. RGB value is (9,140,252). Sum of RGB (Red+Green+Blue) = 9+140+252=401 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #098CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098CFC is #F67303. Grayscale: #717171. Windows color (decimal): -16151300 or 16550921. OLE color: 16550921.
HSL color Cylindrical-coordinate representation of color #098CFC: hue angle of 207.65º 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 #098CFC is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 140 | 252 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.01 |
| HSL | 207.65º | 0.98% | 0.51% | - |
| HSV(B) | 207.65º | 0.96% | 0.99% | - |
| XYZ | 27.06 | 25.84 | 95.66 | - |
| YUV | 113.6 | 206.1 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 252 | 0.96 | 0.44 | 0 | 0.01 | 207.65 | 0.98 | 0.51 |
| Hex | 9 | 8C | FC | 60 | 2C | 0 | 1 | D0 | 62 | 33 |
| Octal | 11 | 214 | 374 | 140 | 54 | 0 | 1 | 320 | 142 | 63 |
| Binary | 1001 | 10001100 | 11111100 | 1100000 | 101100 | 0 | 1 | 11010000 | 1100010 | 110011 |
Color Harmonies of #098CFC
Complementary color
Monochromatic Colors of #098CFC
Black with #098CFC
Text Example
Text Example
White with #098CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098CFC; }
p { color: rgb(9,140,252); }
H1.HeaderClassName
{
color: #098CFC;
}
.AnyTagClassName
{
color: #098CFC;
}
</style>
background-color css
<style>
a { background-color: #098CFC; }
a { background-color: rgb(9,140,252); }
div.DivClassName
{
background-color: #098CFC;
}
.BgClassName
{
background-color: #098CFC;
}
</style>
border-color css
<style>
span { border-color: #098CFC; }
span { border-color: rgb(9,140,252); }
td.TdClassName
{
border-color: #098CFC;
}
.TagClassName
{
border-color: #098CFC;
}
</style>