Shades of Dodger Blue #0389FB
Tints of Dodger Blue #0389FB
RGB
CMYK
RGB Variations
Color information
#0389FB (or 0x0389FB) is known color: Dodger Blue. HEX triplet: 03, 89 and FB. RGB value is (3,137,251). Sum of RGB (Red+Green+Blue) = 3+137+251=391 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #0389FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0389FB is #FC7604. Grayscale: #6D6D6D. Windows color (decimal): -16545285 or 16484611. OLE color: 16484611.
HSL color Cylindrical-coordinate representation of color #0389FB: hue angle of 207.58º 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 #0389FB is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 137 | 251 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.02 |
| HSL | 207.58º | 0.98% | 0.5% | - |
| HSV(B) | 207.58º | 0.99% | 0.98% | - |
| XYZ | 26.4 | 24.88 | 94.68 | - |
| YUV | 109.93 | 207.61 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 137 | 251 | 0.99 | 0.45 | 0 | 0.02 | 207.58 | 0.98 | 0.5 |
| Hex | 3 | 89 | FB | 63 | 2D | 0 | 2 | D0 | 62 | 32 |
| Octal | 3 | 211 | 373 | 143 | 55 | 0 | 2 | 320 | 142 | 62 |
| Binary | 11 | 10001001 | 11111011 | 1100011 | 101101 | 0 | 10 | 11010000 | 1100010 | 110010 |
Color Harmonies of #0389FB
Complementary color
Monochromatic Colors of #0389FB
Black with #0389FB
Text Example
Text Example
White with #0389FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0389FB; }
p { color: rgb(3,137,251); }
H1.HeaderClassName
{
color: #0389FB;
}
.AnyTagClassName
{
color: #0389FB;
}
</style>
background-color css
<style>
a { background-color: #0389FB; }
a { background-color: rgb(3,137,251); }
div.DivClassName
{
background-color: #0389FB;
}
.BgClassName
{
background-color: #0389FB;
}
</style>
border-color css
<style>
span { border-color: #0389FB; }
span { border-color: rgb(3,137,251); }
td.TdClassName
{
border-color: #0389FB;
}
.TagClassName
{
border-color: #0389FB;
}
</style>