Shades of Dodger Blue #098BF1
Tints of Dodger Blue #098BF1
RGB
CMYK
RGB Variations
Color information
#098BF1 (or 0x098BF1) is known color: Dodger Blue. HEX triplet: 09, 8B and F1. RGB value is (9,139,241). Sum of RGB (Red+Green+Blue) = 9+139+241=389 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #098BF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098BF1 is #F6740E. Grayscale: #6F6F6F. Windows color (decimal): -16151567 or 15829769. OLE color: 15829769.
HSL color Cylindrical-coordinate representation of color #098BF1: hue angle of 206.38º 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 #098BF1 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 139 | 241 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.05 |
| HSL | 206.38º | 0.93% | 0.49% | - |
| HSV(B) | 206.38º | 0.96% | 0.95% | - |
| XYZ | 25.22 | 24.87 | 86.69 | - |
| YUV | 111.76 | 200.93 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 241 | 0.96 | 0.42 | 0 | 0.05 | 206.38 | 0.93 | 0.49 |
| Hex | 9 | 8B | F1 | 60 | 2A | 0 | 5 | CE | 5D | 31 |
| Octal | 11 | 213 | 361 | 140 | 52 | 0 | 5 | 316 | 135 | 61 |
| Binary | 1001 | 10001011 | 11110001 | 1100000 | 101010 | 0 | 101 | 11001110 | 1011101 | 110001 |
Color Harmonies of #098BF1
Complementary color
Monochromatic Colors of #098BF1
Black with #098BF1
Text Example
Text Example
White with #098BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098BF1; }
p { color: rgb(9,139,241); }
H1.HeaderClassName
{
color: #098BF1;
}
.AnyTagClassName
{
color: #098BF1;
}
</style>
background-color css
<style>
a { background-color: #098BF1; }
a { background-color: rgb(9,139,241); }
div.DivClassName
{
background-color: #098BF1;
}
.BgClassName
{
background-color: #098BF1;
}
</style>
border-color css
<style>
span { border-color: #098BF1; }
span { border-color: rgb(9,139,241); }
td.TdClassName
{
border-color: #098BF1;
}
.TagClassName
{
border-color: #098BF1;
}
</style>