Shades of Dodger Blue #0389FD
Tints of Dodger Blue #0389FD
RGB
CMYK
RGB Variations
Color information
#0389FD (or 0x0389FD) is known color: Dodger Blue. HEX triplet: 03, 89 and FD. RGB value is (3,137,253). Sum of RGB (Red+Green+Blue) = 3+137+253=393 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #0389FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0389FD is #FC7602. Grayscale: #6D6D6D. Windows color (decimal): -16545283 or 16615683. OLE color: 16615683.
HSL color Cylindrical-coordinate representation of color #0389FD: hue angle of 207.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0389FD is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 137 | 253 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.01 |
| HSL | 207.84º | 0.98% | 0.5% | - |
| HSV(B) | 207.84º | 0.99% | 0.99% | - |
| XYZ | 26.71 | 25 | 96.35 | - |
| YUV | 110.16 | 208.61 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 137 | 253 | 0.99 | 0.46 | 0 | 0.01 | 207.84 | 0.98 | 0.5 |
| Hex | 3 | 89 | FD | 63 | 2E | 0 | 1 | D0 | 62 | 32 |
| Octal | 3 | 211 | 375 | 143 | 56 | 0 | 1 | 320 | 142 | 62 |
| Binary | 11 | 10001001 | 11111101 | 1100011 | 101110 | 0 | 1 | 11010000 | 1100010 | 110010 |
Color Harmonies of #0389FD
Complementary color
Monochromatic Colors of #0389FD
Black with #0389FD
Text Example
Text Example
White with #0389FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0389FD; }
p { color: rgb(3,137,253); }
H1.HeaderClassName
{
color: #0389FD;
}
.AnyTagClassName
{
color: #0389FD;
}
</style>
background-color css
<style>
a { background-color: #0389FD; }
a { background-color: rgb(3,137,253); }
div.DivClassName
{
background-color: #0389FD;
}
.BgClassName
{
background-color: #0389FD;
}
</style>
border-color css
<style>
span { border-color: #0389FD; }
span { border-color: rgb(3,137,253); }
td.TdClassName
{
border-color: #0389FD;
}
.TagClassName
{
border-color: #0389FD;
}
</style>