Shades of Dodger Blue #098CE7
Tints of Dodger Blue #098CE7
RGB
CMYK
RGB Variations
Color information
#098CE7 (or 0x098CE7) is known color: Dodger Blue. HEX triplet: 09, 8C and E7. RGB value is (9,140,231). Sum of RGB (Red+Green+Blue) = 9+140+231=380 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 231 (90.62% from 255 or 60.79% from 380); Max value from RGB is 231 - color contains mainly: blue. Hex color #098CE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098CE7 is #F67318. Grayscale: #6E6E6E. Windows color (decimal): -16151321 or 15174665. OLE color: 15174665.
HSL color Cylindrical-coordinate representation of color #098CE7: hue angle of 204.59º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098CE7 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 140 | 231 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.09 |
| HSL | 204.59º | 0.93% | 0.47% | - |
| HSV(B) | 204.59º | 0.96% | 0.91% | - |
| XYZ | 23.91 | 24.58 | 79.09 | - |
| YUV | 111.21 | 195.6 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 231 | 0.96 | 0.39 | 0 | 0.09 | 204.59 | 0.93 | 0.47 |
| Hex | 9 | 8C | E7 | 60 | 27 | 0 | 9 | CD | 5C | 2F |
| Octal | 11 | 214 | 347 | 140 | 47 | 0 | 11 | 315 | 134 | 57 |
| Binary | 1001 | 10001100 | 11100111 | 1100000 | 100111 | 0 | 1001 | 11001101 | 1011100 | 101111 |
Color Harmonies of #098CE7
Complementary color
Monochromatic Colors of #098CE7
Black with #098CE7
Text Example
Text Example
White with #098CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098CE7; }
p { color: rgb(9,140,231); }
H1.HeaderClassName
{
color: #098CE7;
}
.AnyTagClassName
{
color: #098CE7;
}
</style>
background-color css
<style>
a { background-color: #098CE7; }
a { background-color: rgb(9,140,231); }
div.DivClassName
{
background-color: #098CE7;
}
.BgClassName
{
background-color: #098CE7;
}
</style>
border-color css
<style>
span { border-color: #098CE7; }
span { border-color: rgb(9,140,231); }
td.TdClassName
{
border-color: #098CE7;
}
.TagClassName
{
border-color: #098CE7;
}
</style>