Shades of Dodger Blue #0380F9
Tints of Dodger Blue #0380F9
RGB
CMYK
RGB Variations
Color information
#0380F9 (or 0x0380F9) is known color: Dodger Blue. HEX triplet: 03, 80 and F9. RGB value is (3,128,249). Sum of RGB (Red+Green+Blue) = 3+128+249=380 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 249 (97.66% from 255 or 65.53% from 380); Max value from RGB is 249 - color contains mainly: blue. Hex color #0380F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0380F9 is #FC7F06. Grayscale: #676767. Windows color (decimal): -16547591 or 16351235. OLE color: 16351235.
HSL color Cylindrical-coordinate representation of color #0380F9: hue angle of 209.51º 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 #0380F9 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 128 | 249 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.02 |
| HSL | 209.51º | 0.98% | 0.49% | - |
| HSV(B) | 209.51º | 0.99% | 0.98% | - |
| XYZ | 24.86 | 22.3 | 92.62 | - |
| YUV | 104.42 | 209.59 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 249 | 0.99 | 0.49 | 0 | 0.02 | 209.51 | 0.98 | 0.49 |
| Hex | 3 | 80 | F9 | 63 | 31 | 0 | 2 | D2 | 62 | 31 |
| Octal | 3 | 200 | 371 | 143 | 61 | 0 | 2 | 322 | 142 | 61 |
| Binary | 11 | 10000000 | 11111001 | 1100011 | 110001 | 0 | 10 | 11010010 | 1100010 | 110001 |
Color Harmonies of #0380F9
Complementary color
Monochromatic Colors of #0380F9
Black with #0380F9
Text Example
Text Example
White with #0380F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0380F9; }
p { color: rgb(3,128,249); }
H1.HeaderClassName
{
color: #0380F9;
}
.AnyTagClassName
{
color: #0380F9;
}
</style>
background-color css
<style>
a { background-color: #0380F9; }
a { background-color: rgb(3,128,249); }
div.DivClassName
{
background-color: #0380F9;
}
.BgClassName
{
background-color: #0380F9;
}
</style>
border-color css
<style>
span { border-color: #0380F9; }
span { border-color: rgb(3,128,249); }
td.TdClassName
{
border-color: #0380F9;
}
.TagClassName
{
border-color: #0380F9;
}
</style>