Shades of Dodger Blue #099FFD
Tints of Dodger Blue #099FFD
RGB
CMYK
RGB Variations
Color information
#099FFD (or 0x099FFD) is known color: Dodger Blue. HEX triplet: 09, 9F and FD. RGB value is (9,159,253). Sum of RGB (Red+Green+Blue) = 9+159+253=421 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #099FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099FFD is #F66002. Grayscale: #7C7C7C. Windows color (decimal): -16146435 or 16621321. OLE color: 16621321.
HSL color Cylindrical-coordinate representation of color #099FFD: hue angle of 203.11º 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 #099FFD is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 159 | 253 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.01 |
| HSL | 203.11º | 0.98% | 0.51% | - |
| HSV(B) | 203.11º | 0.96% | 0.99% | - |
| XYZ | 30.24 | 31.95 | 97.5 | - |
| YUV | 124.87 | 200.31 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 159 | 253 | 0.96 | 0.37 | 0 | 0.01 | 203.11 | 0.98 | 0.51 |
| Hex | 9 | 9F | FD | 60 | 25 | 0 | 1 | CB | 62 | 33 |
| Octal | 11 | 237 | 375 | 140 | 45 | 0 | 1 | 313 | 142 | 63 |
| Binary | 1001 | 10011111 | 11111101 | 1100000 | 100101 | 0 | 1 | 11001011 | 1100010 | 110011 |
Color Harmonies of #099FFD
Complementary color
Monochromatic Colors of #099FFD
Black with #099FFD
Text Example
Text Example
White with #099FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099FFD; }
p { color: rgb(9,159,253); }
H1.HeaderClassName
{
color: #099FFD;
}
.AnyTagClassName
{
color: #099FFD;
}
</style>
background-color css
<style>
a { background-color: #099FFD; }
a { background-color: rgb(9,159,253); }
div.DivClassName
{
background-color: #099FFD;
}
.BgClassName
{
background-color: #099FFD;
}
</style>
border-color css
<style>
span { border-color: #099FFD; }
span { border-color: rgb(9,159,253); }
td.TdClassName
{
border-color: #099FFD;
}
.TagClassName
{
border-color: #099FFD;
}
</style>