Shades of Dodger Blue #098CFA
Tints of Dodger Blue #098CFA
RGB
CMYK
RGB Variations
Color information
#098CFA (or 0x098CFA) is known color: Dodger Blue. HEX triplet: 09, 8C and FA. RGB value is (9,140,250). Sum of RGB (Red+Green+Blue) = 9+140+250=399 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #098CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098CFA is #F67305. Grayscale: #707070. Windows color (decimal): -16151302 or 16419849. OLE color: 16419849.
HSL color Cylindrical-coordinate representation of color #098CFA: hue angle of 207.39º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098CFA is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 140 | 250 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.02 |
| HSL | 207.39º | 0.96% | 0.51% | - |
| HSV(B) | 207.39º | 0.96% | 0.98% | - |
| XYZ | 26.75 | 25.72 | 94 | - |
| YUV | 113.37 | 205.1 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 250 | 0.96 | 0.44 | 0 | 0.02 | 207.39 | 0.96 | 0.51 |
| Hex | 9 | 8C | FA | 60 | 2C | 0 | 2 | CF | 60 | 33 |
| Octal | 11 | 214 | 372 | 140 | 54 | 0 | 2 | 317 | 140 | 63 |
| Binary | 1001 | 10001100 | 11111010 | 1100000 | 101100 | 0 | 10 | 11001111 | 1100000 | 110011 |
Color Harmonies of #098CFA
Complementary color
Monochromatic Colors of #098CFA
Black with #098CFA
Text Example
Text Example
White with #098CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098CFA; }
p { color: rgb(9,140,250); }
H1.HeaderClassName
{
color: #098CFA;
}
.AnyTagClassName
{
color: #098CFA;
}
</style>
background-color css
<style>
a { background-color: #098CFA; }
a { background-color: rgb(9,140,250); }
div.DivClassName
{
background-color: #098CFA;
}
.BgClassName
{
background-color: #098CFA;
}
</style>
border-color css
<style>
span { border-color: #098CFA; }
span { border-color: rgb(9,140,250); }
td.TdClassName
{
border-color: #098CFA;
}
.TagClassName
{
border-color: #098CFA;
}
</style>