Shades of Dodger Blue #0289FB
Tints of Dodger Blue #0289FB
RGB
CMYK
RGB Variations
Color information
#0289FB (or 0x0289FB) is known color: Dodger Blue. HEX triplet: 02, 89 and FB. RGB value is (2,137,251). Sum of RGB (Red+Green+Blue) = 2+137+251=390 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #0289FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0289FB is #FD7604. Grayscale: #6D6D6D. Windows color (decimal): -16610821 or 16484610. OLE color: 16484610.
HSL color Cylindrical-coordinate representation of color #0289FB: hue angle of 207.47º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0289FB is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 137 | 251 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.02 |
| HSL | 207.47º | 0.98% | 0.5% | - |
| HSV(B) | 207.47º | 0.99% | 0.98% | - |
| XYZ | 26.38 | 24.87 | 94.68 | - |
| YUV | 109.63 | 207.77 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 137 | 251 | 0.99 | 0.45 | 0 | 0.02 | 207.47 | 0.98 | 0.5 |
| Hex | 2 | 89 | FB | 63 | 2D | 0 | 2 | CF | 62 | 32 |
| Octal | 2 | 211 | 373 | 143 | 55 | 0 | 2 | 317 | 142 | 62 |
| Binary | 10 | 10001001 | 11111011 | 1100011 | 101101 | 0 | 10 | 11001111 | 1100010 | 110010 |
Color Harmonies of #0289FB
Complementary color
Monochromatic Colors of #0289FB
Black with #0289FB
Text Example
Text Example
White with #0289FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0289FB; }
p { color: rgb(2,137,251); }
H1.HeaderClassName
{
color: #0289FB;
}
.AnyTagClassName
{
color: #0289FB;
}
</style>
background-color css
<style>
a { background-color: #0289FB; }
a { background-color: rgb(2,137,251); }
div.DivClassName
{
background-color: #0289FB;
}
.BgClassName
{
background-color: #0289FB;
}
</style>
border-color css
<style>
span { border-color: #0289FB; }
span { border-color: rgb(2,137,251); }
td.TdClassName
{
border-color: #0289FB;
}
.TagClassName
{
border-color: #0289FB;
}
</style>