Shades of Dodger Blue #099BED
Tints of Dodger Blue #099BED
RGB
CMYK
RGB Variations
Color information
#099BED (or 0x099BED) is known color: Dodger Blue. HEX triplet: 09, 9B and ED. RGB value is (9,155,237). Sum of RGB (Red+Green+Blue) = 9+155+237=401 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #099BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099BED is #F66412. Grayscale: #787878. Windows color (decimal): -16147475 or 15571721. OLE color: 15571721.
HSL color Cylindrical-coordinate representation of color #099BED: hue angle of 201.58º 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 #099BED is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 155 | 237 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.07 |
| HSL | 201.58º | 0.93% | 0.48% | - |
| HSV(B) | 201.58º | 0.96% | 0.93% | - |
| XYZ | 27.12 | 29.62 | 84.41 | - |
| YUV | 120.69 | 193.63 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 237 | 0.96 | 0.35 | 0 | 0.07 | 201.58 | 0.93 | 0.48 |
| Hex | 9 | 9B | ED | 60 | 23 | 0 | 7 | CA | 5D | 30 |
| Octal | 11 | 233 | 355 | 140 | 43 | 0 | 7 | 312 | 135 | 60 |
| Binary | 1001 | 10011011 | 11101101 | 1100000 | 100011 | 0 | 111 | 11001010 | 1011101 | 110000 |
Color Harmonies of #099BED
Complementary color
Monochromatic Colors of #099BED
Black with #099BED
Text Example
Text Example
White with #099BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099BED; }
p { color: rgb(9,155,237); }
H1.HeaderClassName
{
color: #099BED;
}
.AnyTagClassName
{
color: #099BED;
}
</style>
background-color css
<style>
a { background-color: #099BED; }
a { background-color: rgb(9,155,237); }
div.DivClassName
{
background-color: #099BED;
}
.BgClassName
{
background-color: #099BED;
}
</style>
border-color css
<style>
span { border-color: #099BED; }
span { border-color: rgb(9,155,237); }
td.TdClassName
{
border-color: #099BED;
}
.TagClassName
{
border-color: #099BED;
}
</style>