Shades of Dodger Blue #099AED
Tints of Dodger Blue #099AED
RGB
CMYK
RGB Variations
Color information
#099AED (or 0x099AED) is known color: Dodger Blue. HEX triplet: 09, 9A and ED. RGB value is (9,154,237). Sum of RGB (Red+Green+Blue) = 9+154+237=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #099AED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099AED is #F66512. Grayscale: #777777. Windows color (decimal): -16147731 or 15571465. OLE color: 15571465.
HSL color Cylindrical-coordinate representation of color #099AED: hue angle of 201.84º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099AED is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 154 | 237 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.07 |
| HSL | 201.84º | 0.93% | 0.48% | - |
| HSV(B) | 201.84º | 0.96% | 0.93% | - |
| XYZ | 26.95 | 29.28 | 84.35 | - |
| YUV | 120.11 | 193.96 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 237 | 0.96 | 0.35 | 0 | 0.07 | 201.84 | 0.93 | 0.48 |
| Hex | 9 | 9A | ED | 60 | 23 | 0 | 7 | CA | 5D | 30 |
| Octal | 11 | 232 | 355 | 140 | 43 | 0 | 7 | 312 | 135 | 60 |
| Binary | 1001 | 10011010 | 11101101 | 1100000 | 100011 | 0 | 111 | 11001010 | 1011101 | 110000 |
Color Harmonies of #099AED
Complementary color
Monochromatic Colors of #099AED
Black with #099AED
Text Example
Text Example
White with #099AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099AED; }
p { color: rgb(9,154,237); }
H1.HeaderClassName
{
color: #099AED;
}
.AnyTagClassName
{
color: #099AED;
}
</style>
background-color css
<style>
a { background-color: #099AED; }
a { background-color: rgb(9,154,237); }
div.DivClassName
{
background-color: #099AED;
}
.BgClassName
{
background-color: #099AED;
}
</style>
border-color css
<style>
span { border-color: #099AED; }
span { border-color: rgb(9,154,237); }
td.TdClassName
{
border-color: #099AED;
}
.TagClassName
{
border-color: #099AED;
}
</style>