Shades of Dodger Blue #099CF8
Tints of Dodger Blue #099CF8
RGB
CMYK
RGB Variations
Color information
#099CF8 (or 0x099CF8) is known color: Dodger Blue. HEX triplet: 09, 9C and F8. RGB value is (9,156,248). Sum of RGB (Red+Green+Blue) = 9+156+248=413 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.18% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #099CF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099CF8 is #F66307. Grayscale: #7A7A7A. Windows color (decimal): -16147208 or 16292873. OLE color: 16292873.
HSL color Cylindrical-coordinate representation of color #099CF8: hue angle of 203.1º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099CF8 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 156 | 248 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.03 |
| HSL | 203.1º | 0.94% | 0.5% | - |
| HSV(B) | 203.1º | 0.96% | 0.97% | - |
| XYZ | 28.94 | 30.61 | 93.19 | - |
| YUV | 122.54 | 198.8 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 248 | 0.96 | 0.37 | 0 | 0.03 | 203.1 | 0.94 | 0.5 |
| Hex | 9 | 9C | F8 | 60 | 25 | 0 | 3 | CB | 5E | 32 |
| Octal | 11 | 234 | 370 | 140 | 45 | 0 | 3 | 313 | 136 | 62 |
| Binary | 1001 | 10011100 | 11111000 | 1100000 | 100101 | 0 | 11 | 11001011 | 1011110 | 110010 |
Color Harmonies of #099CF8
Complementary color
Monochromatic Colors of #099CF8
Black with #099CF8
Text Example
Text Example
White with #099CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099CF8; }
p { color: rgb(9,156,248); }
H1.HeaderClassName
{
color: #099CF8;
}
.AnyTagClassName
{
color: #099CF8;
}
</style>
background-color css
<style>
a { background-color: #099CF8; }
a { background-color: rgb(9,156,248); }
div.DivClassName
{
background-color: #099CF8;
}
.BgClassName
{
background-color: #099CF8;
}
</style>
border-color css
<style>
span { border-color: #099CF8; }
span { border-color: rgb(9,156,248); }
td.TdClassName
{
border-color: #099CF8;
}
.TagClassName
{
border-color: #099CF8;
}
</style>