Shades of Dodger Blue #089AEA
Tints of Dodger Blue #089AEA
RGB
CMYK
RGB Variations
Color information
#089AEA (or 0x089AEA) is known color: Dodger Blue. HEX triplet: 08, 9A and EA. RGB value is (8,154,234). Sum of RGB (Red+Green+Blue) = 8+154+234=396 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #089AEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089AEA is #F76515. Grayscale: #777777. Windows color (decimal): -16213270 or 15374856. OLE color: 15374856.
HSL color Cylindrical-coordinate representation of color #089AEA: hue angle of 201.24º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089AEA is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 154 | 234 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.08 |
| HSL | 201.24º | 0.93% | 0.47% | - |
| HSV(B) | 201.24º | 0.97% | 0.92% | - |
| XYZ | 26.51 | 29.1 | 82.06 | - |
| YUV | 119.47 | 192.63 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 234 | 0.97 | 0.34 | 0 | 0.08 | 201.24 | 0.93 | 0.47 |
| Hex | 8 | 9A | EA | 61 | 22 | 0 | 8 | C9 | 5D | 2F |
| Octal | 10 | 232 | 352 | 141 | 42 | 0 | 10 | 311 | 135 | 57 |
| Binary | 1000 | 10011010 | 11101010 | 1100001 | 100010 | 0 | 1000 | 11001001 | 1011101 | 101111 |
Color Harmonies of #089AEA
Complementary color
Monochromatic Colors of #089AEA
Black with #089AEA
Text Example
Text Example
White with #089AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089AEA; }
p { color: rgb(8,154,234); }
H1.HeaderClassName
{
color: #089AEA;
}
.AnyTagClassName
{
color: #089AEA;
}
</style>
background-color css
<style>
a { background-color: #089AEA; }
a { background-color: rgb(8,154,234); }
div.DivClassName
{
background-color: #089AEA;
}
.BgClassName
{
background-color: #089AEA;
}
</style>
border-color css
<style>
span { border-color: #089AEA; }
span { border-color: rgb(8,154,234); }
td.TdClassName
{
border-color: #089AEA;
}
.TagClassName
{
border-color: #089AEA;
}
</style>