Shades of Dodger Blue #099BEA
Tints of Dodger Blue #099BEA
RGB
CMYK
RGB Variations
Color information
#099BEA (or 0x099BEA) is known color: Dodger Blue. HEX triplet: 09, 9B and EA. RGB value is (9,155,234). Sum of RGB (Red+Green+Blue) = 9+155+234=398 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #099BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099BEA is #F66415. Grayscale: #777777. Windows color (decimal): -16147478 or 15375113. OLE color: 15375113.
HSL color Cylindrical-coordinate representation of color #099BEA: hue angle of 201.07º 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 #099BEA is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 155 | 234 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.08 |
| HSL | 201.07º | 0.93% | 0.48% | - |
| HSV(B) | 201.07º | 0.96% | 0.92% | - |
| XYZ | 26.69 | 29.44 | 82.12 | - |
| YUV | 120.35 | 192.13 | 48.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 234 | 0.96 | 0.34 | 0 | 0.08 | 201.07 | 0.93 | 0.48 |
| Hex | 9 | 9B | EA | 60 | 22 | 0 | 8 | C9 | 5D | 30 |
| Octal | 11 | 233 | 352 | 140 | 42 | 0 | 10 | 311 | 135 | 60 |
| Binary | 1001 | 10011011 | 11101010 | 1100000 | 100010 | 0 | 1000 | 11001001 | 1011101 | 110000 |
Color Harmonies of #099BEA
Complementary color
Monochromatic Colors of #099BEA
Black with #099BEA
Text Example
Text Example
White with #099BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099BEA; }
p { color: rgb(9,155,234); }
H1.HeaderClassName
{
color: #099BEA;
}
.AnyTagClassName
{
color: #099BEA;
}
</style>
background-color css
<style>
a { background-color: #099BEA; }
a { background-color: rgb(9,155,234); }
div.DivClassName
{
background-color: #099BEA;
}
.BgClassName
{
background-color: #099BEA;
}
</style>
border-color css
<style>
span { border-color: #099BEA; }
span { border-color: rgb(9,155,234); }
td.TdClassName
{
border-color: #099BEA;
}
.TagClassName
{
border-color: #099BEA;
}
</style>