Shades of Dodger Blue #099CF0
Tints of Dodger Blue #099CF0
RGB
CMYK
RGB Variations
Color information
#099CF0 (or 0x099CF0) is known color: Dodger Blue. HEX triplet: 09, 9C and F0. RGB value is (9,156,240). Sum of RGB (Red+Green+Blue) = 9+156+240=405 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 240 (94.14% from 255 or 59.26% from 405); Max value from RGB is 240 - color contains mainly: blue. Hex color #099CF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099CF0 is #F6630F. Grayscale: #797979. Windows color (decimal): -16147216 or 15768585. OLE color: 15768585.
HSL color Cylindrical-coordinate representation of color #099CF0: hue angle of 201.82º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099CF0 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 156 | 240 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.06 |
| HSL | 201.82º | 0.93% | 0.49% | - |
| HSV(B) | 201.82º | 0.96% | 0.94% | - |
| XYZ | 27.73 | 30.13 | 86.79 | - |
| YUV | 121.62 | 194.8 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 240 | 0.96 | 0.35 | 0 | 0.06 | 201.82 | 0.93 | 0.49 |
| Hex | 9 | 9C | F0 | 60 | 23 | 0 | 6 | CA | 5D | 31 |
| Octal | 11 | 234 | 360 | 140 | 43 | 0 | 6 | 312 | 135 | 61 |
| Binary | 1001 | 10011100 | 11110000 | 1100000 | 100011 | 0 | 110 | 11001010 | 1011101 | 110001 |
Color Harmonies of #099CF0
Complementary color
Monochromatic Colors of #099CF0
Black with #099CF0
Text Example
Text Example
White with #099CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099CF0; }
p { color: rgb(9,156,240); }
H1.HeaderClassName
{
color: #099CF0;
}
.AnyTagClassName
{
color: #099CF0;
}
</style>
background-color css
<style>
a { background-color: #099CF0; }
a { background-color: rgb(9,156,240); }
div.DivClassName
{
background-color: #099CF0;
}
.BgClassName
{
background-color: #099CF0;
}
</style>
border-color css
<style>
span { border-color: #099CF0; }
span { border-color: rgb(9,156,240); }
td.TdClassName
{
border-color: #099CF0;
}
.TagClassName
{
border-color: #099CF0;
}
</style>