Shades of Dodger Blue #0289FA
Tints of Dodger Blue #0289FA
RGB
CMYK
RGB Variations
Color information
#0289FA (or 0x0289FA) is known color: Dodger Blue. HEX triplet: 02, 89 and FA. RGB value is (2,137,250). Sum of RGB (Red+Green+Blue) = 2+137+250=389 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #0289FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0289FA is #FD7605. Grayscale: #6C6C6C. Windows color (decimal): -16610822 or 16419074. OLE color: 16419074.
HSL color Cylindrical-coordinate representation of color #0289FA: hue angle of 207.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0289FA is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 137 | 250 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.02 |
| HSL | 207.34º | 0.98% | 0.49% | - |
| HSV(B) | 207.34º | 0.99% | 0.98% | - |
| XYZ | 26.23 | 24.81 | 93.85 | - |
| YUV | 109.52 | 207.27 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 137 | 250 | 0.99 | 0.45 | 0 | 0.02 | 207.34 | 0.98 | 0.49 |
| Hex | 2 | 89 | FA | 63 | 2D | 0 | 2 | CF | 62 | 31 |
| Octal | 2 | 211 | 372 | 143 | 55 | 0 | 2 | 317 | 142 | 61 |
| Binary | 10 | 10001001 | 11111010 | 1100011 | 101101 | 0 | 10 | 11001111 | 1100010 | 110001 |
Color Harmonies of #0289FA
Complementary color
Monochromatic Colors of #0289FA
Black with #0289FA
Text Example
Text Example
White with #0289FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0289FA; }
p { color: rgb(2,137,250); }
H1.HeaderClassName
{
color: #0289FA;
}
.AnyTagClassName
{
color: #0289FA;
}
</style>
background-color css
<style>
a { background-color: #0289FA; }
a { background-color: rgb(2,137,250); }
div.DivClassName
{
background-color: #0289FA;
}
.BgClassName
{
background-color: #0289FA;
}
</style>
border-color css
<style>
span { border-color: #0289FA; }
span { border-color: rgb(2,137,250); }
td.TdClassName
{
border-color: #0289FA;
}
.TagClassName
{
border-color: #0289FA;
}
</style>