Shades of Dodger Blue #099BE6
Tints of Dodger Blue #099BE6
RGB
CMYK
RGB Variations
Color information
#099BE6 (or 0x099BE6) is known color: Dodger Blue. HEX triplet: 09, 9B and E6. RGB value is (9,155,230). Sum of RGB (Red+Green+Blue) = 9+155+230=394 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 230 (90.23% from 255 or 58.38% from 394); Max value from RGB is 230 - color contains mainly: blue. Hex color #099BE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099BE6 is #F66419. Grayscale: #777777. Windows color (decimal): -16147482 or 15112969. OLE color: 15112969.
HSL color Cylindrical-coordinate representation of color #099BE6: hue angle of 200.36º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099BE6 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 155 | 230 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.10 |
| HSL | 200.36º | 0.92% | 0.47% | - |
| HSV(B) | 200.36º | 0.96% | 0.9% | - |
| XYZ | 26.12 | 29.21 | 79.13 | - |
| YUV | 119.9 | 190.13 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 230 | 0.96 | 0.33 | 0 | 0.10 | 200.36 | 0.92 | 0.47 |
| Hex | 9 | 9B | E6 | 60 | 21 | 0 | A | C8 | 5C | 2F |
| Octal | 11 | 233 | 346 | 140 | 41 | 0 | 12 | 310 | 134 | 57 |
| Binary | 1001 | 10011011 | 11100110 | 1100000 | 100001 | 0 | 1010 | 11001000 | 1011100 | 101111 |
Color Harmonies of #099BE6
Complementary color
Monochromatic Colors of #099BE6
Black with #099BE6
Text Example
Text Example
White with #099BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099BE6; }
p { color: rgb(9,155,230); }
H1.HeaderClassName
{
color: #099BE6;
}
.AnyTagClassName
{
color: #099BE6;
}
</style>
background-color css
<style>
a { background-color: #099BE6; }
a { background-color: rgb(9,155,230); }
div.DivClassName
{
background-color: #099BE6;
}
.BgClassName
{
background-color: #099BE6;
}
</style>
border-color css
<style>
span { border-color: #099BE6; }
span { border-color: rgb(9,155,230); }
td.TdClassName
{
border-color: #099BE6;
}
.TagClassName
{
border-color: #099BE6;
}
</style>