Shades of Dodger Blue #0380FA
Tints of Dodger Blue #0380FA
RGB
CMYK
RGB Variations
Color information
#0380FA (or 0x0380FA) is known color: Dodger Blue. HEX triplet: 03, 80 and FA. RGB value is (3,128,250). Sum of RGB (Red+Green+Blue) = 3+128+250=381 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #0380FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0380FA is #FC7F05. Grayscale: #676767. Windows color (decimal): -16547590 or 16416771. OLE color: 16416771.
HSL color Cylindrical-coordinate representation of color #0380FA: hue angle of 209.64º 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 #0380FA is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 128 | 250 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.02 |
| HSL | 209.64º | 0.98% | 0.5% | - |
| HSV(B) | 209.64º | 0.99% | 0.98% | - |
| XYZ | 25.01 | 22.36 | 93.44 | - |
| YUV | 104.53 | 210.09 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 250 | 0.99 | 0.49 | 0 | 0.02 | 209.64 | 0.98 | 0.5 |
| Hex | 3 | 80 | FA | 63 | 31 | 0 | 2 | D2 | 62 | 32 |
| Octal | 3 | 200 | 372 | 143 | 61 | 0 | 2 | 322 | 142 | 62 |
| Binary | 11 | 10000000 | 11111010 | 1100011 | 110001 | 0 | 10 | 11010010 | 1100010 | 110010 |
Color Harmonies of #0380FA
Complementary color
Monochromatic Colors of #0380FA
Black with #0380FA
Text Example
Text Example
White with #0380FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0380FA; }
p { color: rgb(3,128,250); }
H1.HeaderClassName
{
color: #0380FA;
}
.AnyTagClassName
{
color: #0380FA;
}
</style>
background-color css
<style>
a { background-color: #0380FA; }
a { background-color: rgb(3,128,250); }
div.DivClassName
{
background-color: #0380FA;
}
.BgClassName
{
background-color: #0380FA;
}
</style>
border-color css
<style>
span { border-color: #0380FA; }
span { border-color: rgb(3,128,250); }
td.TdClassName
{
border-color: #0380FA;
}
.TagClassName
{
border-color: #0380FA;
}
</style>