Shades of Dodger Blue #099BEB
Tints of Dodger Blue #099BEB
RGB
CMYK
RGB Variations
Color information
#099BEB (or 0x099BEB) is known color: Dodger Blue. HEX triplet: 09, 9B and EB. RGB value is (9,155,235). Sum of RGB (Red+Green+Blue) = 9+155+235=399 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #099BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099BEB is #F66414. Grayscale: #787878. Windows color (decimal): -16147477 or 15440649. OLE color: 15440649.
HSL color Cylindrical-coordinate representation of color #099BEB: hue angle of 201.24º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099BEB is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 155 | 235 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.08 |
| HSL | 201.24º | 0.93% | 0.48% | - |
| HSV(B) | 201.24º | 0.96% | 0.92% | - |
| XYZ | 26.83 | 29.5 | 82.88 | - |
| YUV | 120.47 | 192.63 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 235 | 0.96 | 0.34 | 0 | 0.08 | 201.24 | 0.93 | 0.48 |
| Hex | 9 | 9B | EB | 60 | 22 | 0 | 8 | C9 | 5D | 30 |
| Octal | 11 | 233 | 353 | 140 | 42 | 0 | 10 | 311 | 135 | 60 |
| Binary | 1001 | 10011011 | 11101011 | 1100000 | 100010 | 0 | 1000 | 11001001 | 1011101 | 110000 |
Color Harmonies of #099BEB
Complementary color
Monochromatic Colors of #099BEB
Black with #099BEB
Text Example
Text Example
White with #099BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099BEB; }
p { color: rgb(9,155,235); }
H1.HeaderClassName
{
color: #099BEB;
}
.AnyTagClassName
{
color: #099BEB;
}
</style>
background-color css
<style>
a { background-color: #099BEB; }
a { background-color: rgb(9,155,235); }
div.DivClassName
{
background-color: #099BEB;
}
.BgClassName
{
background-color: #099BEB;
}
</style>
border-color css
<style>
span { border-color: #099BEB; }
span { border-color: rgb(9,155,235); }
td.TdClassName
{
border-color: #099BEB;
}
.TagClassName
{
border-color: #099BEB;
}
</style>