Shades of Dodger Blue #098CE2
Tints of Dodger Blue #098CE2
RGB
CMYK
RGB Variations
Color information
#098CE2 (or 0x098CE2) is known color: Dodger Blue. HEX triplet: 09, 8C and E2. RGB value is (9,140,226). Sum of RGB (Red+Green+Blue) = 9+140+226=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 226 (88.67% from 255 or 60.27% from 375); Max value from RGB is 226 - color contains mainly: blue. Hex color #098CE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098CE2 is #F6731D. Grayscale: #6E6E6E. Windows color (decimal): -16151326 or 14846985. OLE color: 14846985.
HSL color Cylindrical-coordinate representation of color #098CE2: hue angle of 203.78º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098CE2 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 140 | 226 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.11 |
| HSL | 203.78º | 0.92% | 0.46% | - |
| HSV(B) | 203.78º | 0.96% | 0.89% | - |
| XYZ | 23.22 | 24.31 | 75.42 | - |
| YUV | 110.64 | 193.1 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 226 | 0.96 | 0.38 | 0 | 0.11 | 203.78 | 0.92 | 0.46 |
| Hex | 9 | 8C | E2 | 60 | 26 | 0 | B | CC | 5C | 2E |
| Octal | 11 | 214 | 342 | 140 | 46 | 0 | 13 | 314 | 134 | 56 |
| Binary | 1001 | 10001100 | 11100010 | 1100000 | 100110 | 0 | 1011 | 11001100 | 1011100 | 101110 |
Color Harmonies of #098CE2
Complementary color
Monochromatic Colors of #098CE2
Black with #098CE2
Text Example
Text Example
White with #098CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098CE2; }
p { color: rgb(9,140,226); }
H1.HeaderClassName
{
color: #098CE2;
}
.AnyTagClassName
{
color: #098CE2;
}
</style>
background-color css
<style>
a { background-color: #098CE2; }
a { background-color: rgb(9,140,226); }
div.DivClassName
{
background-color: #098CE2;
}
.BgClassName
{
background-color: #098CE2;
}
</style>
border-color css
<style>
span { border-color: #098CE2; }
span { border-color: rgb(9,140,226); }
td.TdClassName
{
border-color: #098CE2;
}
.TagClassName
{
border-color: #098CE2;
}
</style>