Shades of Dodger Blue #089EFA
Tints of Dodger Blue #089EFA
RGB
CMYK
RGB Variations
Color information
#089EFA (or 0x089EFA) is known color: Dodger Blue. HEX triplet: 08, 9E and FA. RGB value is (8,158,250). Sum of RGB (Red+Green+Blue) = 8+158+250=416 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.92% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #089EFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089EFA is #F76105. Grayscale: #7B7B7B. Windows color (decimal): -16212230 or 16424456. OLE color: 16424456.
HSL color Cylindrical-coordinate representation of color #089EFA: hue angle of 202.81º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089EFA is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 158 | 250 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.02 |
| HSL | 202.81º | 0.96% | 0.51% | - |
| HSV(B) | 202.81º | 0.97% | 0.98% | - |
| XYZ | 29.58 | 31.41 | 94.95 | - |
| YUV | 123.64 | 199.31 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 250 | 0.97 | 0.37 | 0 | 0.02 | 202.81 | 0.96 | 0.51 |
| Hex | 8 | 9E | FA | 61 | 25 | 0 | 2 | CB | 60 | 33 |
| Octal | 10 | 236 | 372 | 141 | 45 | 0 | 2 | 313 | 140 | 63 |
| Binary | 1000 | 10011110 | 11111010 | 1100001 | 100101 | 0 | 10 | 11001011 | 1100000 | 110011 |
Color Harmonies of #089EFA
Complementary color
Monochromatic Colors of #089EFA
Black with #089EFA
Text Example
Text Example
White with #089EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089EFA; }
p { color: rgb(8,158,250); }
H1.HeaderClassName
{
color: #089EFA;
}
.AnyTagClassName
{
color: #089EFA;
}
</style>
background-color css
<style>
a { background-color: #089EFA; }
a { background-color: rgb(8,158,250); }
div.DivClassName
{
background-color: #089EFA;
}
.BgClassName
{
background-color: #089EFA;
}
</style>
border-color css
<style>
span { border-color: #089EFA; }
span { border-color: rgb(8,158,250); }
td.TdClassName
{
border-color: #089EFA;
}
.TagClassName
{
border-color: #089EFA;
}
</style>