Shades of Dodger Blue #089BEE
Tints of Dodger Blue #089BEE
RGB
CMYK
RGB Variations
Color information
#089BEE (or 0x089BEE) is known color: Dodger Blue. HEX triplet: 08, 9B and EE. RGB value is (8,155,238). Sum of RGB (Red+Green+Blue) = 8+155+238=401 (53% of max value = 765). Red value is 8 (3.52% from 255 or 2.00% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #089BEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089BEE is #F76411. Grayscale: #787878. Windows color (decimal): -16213010 or 15637256. OLE color: 15637256.
HSL color Cylindrical-coordinate representation of color #089BEE: hue angle of 201.65º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089BEE is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 155 | 238 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.07 |
| HSL | 201.65º | 0.93% | 0.48% | - |
| HSV(B) | 201.65º | 0.97% | 0.93% | - |
| XYZ | 27.25 | 29.67 | 85.18 | - |
| YUV | 120.51 | 194.3 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 238 | 0.97 | 0.35 | 0 | 0.07 | 201.65 | 0.93 | 0.48 |
| Hex | 8 | 9B | EE | 61 | 23 | 0 | 7 | CA | 5D | 30 |
| Octal | 10 | 233 | 356 | 141 | 43 | 0 | 7 | 312 | 135 | 60 |
| Binary | 1000 | 10011011 | 11101110 | 1100001 | 100011 | 0 | 111 | 11001010 | 1011101 | 110000 |
Color Harmonies of #089BEE
Complementary color
Monochromatic Colors of #089BEE
Black with #089BEE
Text Example
Text Example
White with #089BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089BEE; }
p { color: rgb(8,155,238); }
H1.HeaderClassName
{
color: #089BEE;
}
.AnyTagClassName
{
color: #089BEE;
}
</style>
background-color css
<style>
a { background-color: #089BEE; }
a { background-color: rgb(8,155,238); }
div.DivClassName
{
background-color: #089BEE;
}
.BgClassName
{
background-color: #089BEE;
}
</style>
border-color css
<style>
span { border-color: #089BEE; }
span { border-color: rgb(8,155,238); }
td.TdClassName
{
border-color: #089BEE;
}
.TagClassName
{
border-color: #089BEE;
}
</style>