Shades of Dodger Blue #038DFB
Tints of Dodger Blue #038DFB
RGB
CMYK
RGB Variations
Color information
#038DFB (or 0x038DFB) is known color: Dodger Blue. HEX triplet: 03, 8D and FB. RGB value is (3,141,251). Sum of RGB (Red+Green+Blue) = 3+141+251=395 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #038DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038DFB is #FC7204. Grayscale: #6F6F6F. Windows color (decimal): -16544261 or 16485635. OLE color: 16485635.
HSL color Cylindrical-coordinate representation of color #038DFB: hue angle of 206.61º 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 #038DFB is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 141 | 251 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.02 |
| HSL | 206.61º | 0.98% | 0.5% | - |
| HSV(B) | 206.61º | 0.99% | 0.98% | - |
| XYZ | 26.98 | 26.03 | 94.87 | - |
| YUV | 112.28 | 206.28 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 251 | 0.99 | 0.44 | 0 | 0.02 | 206.61 | 0.98 | 0.5 |
| Hex | 3 | 8D | FB | 63 | 2C | 0 | 2 | CF | 62 | 32 |
| Octal | 3 | 215 | 373 | 143 | 54 | 0 | 2 | 317 | 142 | 62 |
| Binary | 11 | 10001101 | 11111011 | 1100011 | 101100 | 0 | 10 | 11001111 | 1100010 | 110010 |
Color Harmonies of #038DFB
Complementary color
Monochromatic Colors of #038DFB
Black with #038DFB
Text Example
Text Example
White with #038DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038DFB; }
p { color: rgb(3,141,251); }
H1.HeaderClassName
{
color: #038DFB;
}
.AnyTagClassName
{
color: #038DFB;
}
</style>
background-color css
<style>
a { background-color: #038DFB; }
a { background-color: rgb(3,141,251); }
div.DivClassName
{
background-color: #038DFB;
}
.BgClassName
{
background-color: #038DFB;
}
</style>
border-color css
<style>
span { border-color: #038DFB; }
span { border-color: rgb(3,141,251); }
td.TdClassName
{
border-color: #038DFB;
}
.TagClassName
{
border-color: #038DFB;
}
</style>