Shades of Dodger Blue #098FE5
Tints of Dodger Blue #098FE5
RGB
CMYK
RGB Variations
Color information
#098FE5 (or 0x098FE5) is known color: Dodger Blue. HEX triplet: 09, 8F and E5. RGB value is (9,143,229). Sum of RGB (Red+Green+Blue) = 9+143+229=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 229 (89.84% from 255 or 60.10% from 381); Max value from RGB is 229 - color contains mainly: blue. Hex color #098FE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098FE5 is #F6701A. Grayscale: #707070. Windows color (decimal): -16150555 or 15044361. OLE color: 15044361.
HSL color Cylindrical-coordinate representation of color #098FE5: hue angle of 203.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098FE5 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 143 | 229 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.10 |
| HSL | 203.45º | 0.92% | 0.47% | - |
| HSV(B) | 203.45º | 0.96% | 0.9% | - |
| XYZ | 24.08 | 25.36 | 77.75 | - |
| YUV | 112.74 | 193.61 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 229 | 0.96 | 0.38 | 0 | 0.10 | 203.45 | 0.92 | 0.47 |
| Hex | 9 | 8F | E5 | 60 | 26 | 0 | A | CB | 5C | 2F |
| Octal | 11 | 217 | 345 | 140 | 46 | 0 | 12 | 313 | 134 | 57 |
| Binary | 1001 | 10001111 | 11100101 | 1100000 | 100110 | 0 | 1010 | 11001011 | 1011100 | 101111 |
Color Harmonies of #098FE5
Complementary color
Monochromatic Colors of #098FE5
Black with #098FE5
Text Example
Text Example
White with #098FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098FE5; }
p { color: rgb(9,143,229); }
H1.HeaderClassName
{
color: #098FE5;
}
.AnyTagClassName
{
color: #098FE5;
}
</style>
background-color css
<style>
a { background-color: #098FE5; }
a { background-color: rgb(9,143,229); }
div.DivClassName
{
background-color: #098FE5;
}
.BgClassName
{
background-color: #098FE5;
}
</style>
border-color css
<style>
span { border-color: #098FE5; }
span { border-color: rgb(9,143,229); }
td.TdClassName
{
border-color: #098FE5;
}
.TagClassName
{
border-color: #098FE5;
}
</style>