Shades of Dodger Blue #098EFD
Tints of Dodger Blue #098EFD
RGB
CMYK
RGB Variations
Color information
#098EFD (or 0x098EFD) is known color: Dodger Blue. HEX triplet: 09, 8E and FD. RGB value is (9,142,253). Sum of RGB (Red+Green+Blue) = 9+142+253=404 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #098EFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098EFD is #F67102. Grayscale: #727272. Windows color (decimal): -16150787 or 16616969. OLE color: 16616969.
HSL color Cylindrical-coordinate representation of color #098EFD: hue angle of 207.3º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098EFD is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 142 | 253 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.01 |
| HSL | 207.3º | 0.98% | 0.51% | - |
| HSV(B) | 207.3º | 0.96% | 0.99% | - |
| XYZ | 27.52 | 26.5 | 96.59 | - |
| YUV | 114.89 | 205.94 | 52.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 142 | 253 | 0.96 | 0.44 | 0 | 0.01 | 207.3 | 0.98 | 0.51 |
| Hex | 9 | 8E | FD | 60 | 2C | 0 | 1 | CF | 62 | 33 |
| Octal | 11 | 216 | 375 | 140 | 54 | 0 | 1 | 317 | 142 | 63 |
| Binary | 1001 | 10001110 | 11111101 | 1100000 | 101100 | 0 | 1 | 11001111 | 1100010 | 110011 |
Color Harmonies of #098EFD
Complementary color
Monochromatic Colors of #098EFD
Black with #098EFD
Text Example
Text Example
White with #098EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098EFD; }
p { color: rgb(9,142,253); }
H1.HeaderClassName
{
color: #098EFD;
}
.AnyTagClassName
{
color: #098EFD;
}
</style>
background-color css
<style>
a { background-color: #098EFD; }
a { background-color: rgb(9,142,253); }
div.DivClassName
{
background-color: #098EFD;
}
.BgClassName
{
background-color: #098EFD;
}
</style>
border-color css
<style>
span { border-color: #098EFD; }
span { border-color: rgb(9,142,253); }
td.TdClassName
{
border-color: #098EFD;
}
.TagClassName
{
border-color: #098EFD;
}
</style>