Shades of Dodger Blue #098CEA
Tints of Dodger Blue #098CEA
RGB
CMYK
RGB Variations
Color information
#098CEA (or 0x098CEA) is known color: Dodger Blue. HEX triplet: 09, 8C and EA. RGB value is (9,140,234). Sum of RGB (Red+Green+Blue) = 9+140+234=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #098CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098CEA is #F67315. Grayscale: #6F6F6F. Windows color (decimal): -16151318 or 15371273. OLE color: 15371273.
HSL color Cylindrical-coordinate representation of color #098CEA: hue angle of 205.07º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098CEA is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 140 | 234 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.08 |
| HSL | 205.07º | 0.93% | 0.48% | - |
| HSV(B) | 205.07º | 0.96% | 0.92% | - |
| XYZ | 24.34 | 24.75 | 81.34 | - |
| YUV | 111.55 | 197.1 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 234 | 0.96 | 0.40 | 0 | 0.08 | 205.07 | 0.93 | 0.48 |
| Hex | 9 | 8C | EA | 60 | 28 | 0 | 8 | CD | 5D | 30 |
| Octal | 11 | 214 | 352 | 140 | 50 | 0 | 10 | 315 | 135 | 60 |
| Binary | 1001 | 10001100 | 11101010 | 1100000 | 101000 | 0 | 1000 | 11001101 | 1011101 | 110000 |
Color Harmonies of #098CEA
Complementary color
Monochromatic Colors of #098CEA
Black with #098CEA
Text Example
Text Example
White with #098CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098CEA; }
p { color: rgb(9,140,234); }
H1.HeaderClassName
{
color: #098CEA;
}
.AnyTagClassName
{
color: #098CEA;
}
</style>
background-color css
<style>
a { background-color: #098CEA; }
a { background-color: rgb(9,140,234); }
div.DivClassName
{
background-color: #098CEA;
}
.BgClassName
{
background-color: #098CEA;
}
</style>
border-color css
<style>
span { border-color: #098CEA; }
span { border-color: rgb(9,140,234); }
td.TdClassName
{
border-color: #098CEA;
}
.TagClassName
{
border-color: #098CEA;
}
</style>