Shades of Dodger Blue #098BF3
Tints of Dodger Blue #098BF3
RGB
CMYK
RGB Variations
Color information
#098BF3 (or 0x098BF3) is known color: Dodger Blue. HEX triplet: 09, 8B and F3. RGB value is (9,139,243). Sum of RGB (Red+Green+Blue) = 9+139+243=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 243 (95.31% from 255 or 62.15% from 391); Max value from RGB is 243 - color contains mainly: blue. Hex color #098BF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098BF3 is #F6740C. Grayscale: #6F6F6F. Windows color (decimal): -16151565 or 15960841. OLE color: 15960841.
HSL color Cylindrical-coordinate representation of color #098BF3: hue angle of 206.67º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098BF3 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 139 | 243 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.05 |
| HSL | 206.67º | 0.93% | 0.49% | - |
| HSV(B) | 206.67º | 0.96% | 0.95% | - |
| XYZ | 25.52 | 24.99 | 88.27 | - |
| YUV | 111.99 | 201.93 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 243 | 0.96 | 0.43 | 0 | 0.05 | 206.67 | 0.93 | 0.49 |
| Hex | 9 | 8B | F3 | 60 | 2B | 0 | 5 | CF | 5D | 31 |
| Octal | 11 | 213 | 363 | 140 | 53 | 0 | 5 | 317 | 135 | 61 |
| Binary | 1001 | 10001011 | 11110011 | 1100000 | 101011 | 0 | 101 | 11001111 | 1011101 | 110001 |
Color Harmonies of #098BF3
Complementary color
Monochromatic Colors of #098BF3
Black with #098BF3
Text Example
Text Example
White with #098BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098BF3; }
p { color: rgb(9,139,243); }
H1.HeaderClassName
{
color: #098BF3;
}
.AnyTagClassName
{
color: #098BF3;
}
</style>
background-color css
<style>
a { background-color: #098BF3; }
a { background-color: rgb(9,139,243); }
div.DivClassName
{
background-color: #098BF3;
}
.BgClassName
{
background-color: #098BF3;
}
</style>
border-color css
<style>
span { border-color: #098BF3; }
span { border-color: rgb(9,139,243); }
td.TdClassName
{
border-color: #098BF3;
}
.TagClassName
{
border-color: #098BF3;
}
</style>