Shades of Dodger Blue #038BFA
Tints of Dodger Blue #038BFA
RGB
CMYK
RGB Variations
Color information
#038BFA (or 0x038BFA) is known color: Dodger Blue. HEX triplet: 03, 8B and FA. RGB value is (3,139,250). Sum of RGB (Red+Green+Blue) = 3+139+250=392 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #038BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038BFA is #FC7405. Grayscale: #6E6E6E. Windows color (decimal): -16544774 or 16419587. OLE color: 16419587.
HSL color Cylindrical-coordinate representation of color #038BFA: hue angle of 206.96º 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 #038BFA is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 139 | 250 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.02 |
| HSL | 206.96º | 0.98% | 0.5% | - |
| HSV(B) | 206.96º | 0.99% | 0.98% | - |
| XYZ | 26.53 | 25.39 | 93.94 | - |
| YUV | 110.99 | 206.44 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 139 | 250 | 0.99 | 0.44 | 0 | 0.02 | 206.96 | 0.98 | 0.5 |
| Hex | 3 | 8B | FA | 63 | 2C | 0 | 2 | CF | 62 | 32 |
| Octal | 3 | 213 | 372 | 143 | 54 | 0 | 2 | 317 | 142 | 62 |
| Binary | 11 | 10001011 | 11111010 | 1100011 | 101100 | 0 | 10 | 11001111 | 1100010 | 110010 |
Color Harmonies of #038BFA
Complementary color
Monochromatic Colors of #038BFA
Black with #038BFA
Text Example
Text Example
White with #038BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038BFA; }
p { color: rgb(3,139,250); }
H1.HeaderClassName
{
color: #038BFA;
}
.AnyTagClassName
{
color: #038BFA;
}
</style>
background-color css
<style>
a { background-color: #038BFA; }
a { background-color: rgb(3,139,250); }
div.DivClassName
{
background-color: #038BFA;
}
.BgClassName
{
background-color: #038BFA;
}
</style>
border-color css
<style>
span { border-color: #038BFA; }
span { border-color: rgb(3,139,250); }
td.TdClassName
{
border-color: #038BFA;
}
.TagClassName
{
border-color: #038BFA;
}
</style>