Shades of Dodger Blue #038DFD
Tints of Dodger Blue #038DFD
RGB
CMYK
RGB Variations
Color information
#038DFD (or 0x038DFD) is known color: Dodger Blue. HEX triplet: 03, 8D and FD. RGB value is (3,141,253). Sum of RGB (Red+Green+Blue) = 3+141+253=397 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #038DFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038DFD is #FC7202. Grayscale: #6F6F6F. Windows color (decimal): -16544259 or 16616707. OLE color: 16616707.
HSL color Cylindrical-coordinate representation of color #038DFD: hue angle of 206.88º 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 #038DFD is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 141 | 253 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.01 |
| HSL | 206.88º | 0.98% | 0.5% | - |
| HSV(B) | 206.88º | 0.99% | 0.99% | - |
| XYZ | 27.29 | 26.16 | 96.54 | - |
| YUV | 112.51 | 207.28 | 49.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 253 | 0.99 | 0.44 | 0 | 0.01 | 206.88 | 0.98 | 0.5 |
| Hex | 3 | 8D | FD | 63 | 2C | 0 | 1 | CF | 62 | 32 |
| Octal | 3 | 215 | 375 | 143 | 54 | 0 | 1 | 317 | 142 | 62 |
| Binary | 11 | 10001101 | 11111101 | 1100011 | 101100 | 0 | 1 | 11001111 | 1100010 | 110010 |
Color Harmonies of #038DFD
Complementary color
Monochromatic Colors of #038DFD
Black with #038DFD
Text Example
Text Example
White with #038DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038DFD; }
p { color: rgb(3,141,253); }
H1.HeaderClassName
{
color: #038DFD;
}
.AnyTagClassName
{
color: #038DFD;
}
</style>
background-color css
<style>
a { background-color: #038DFD; }
a { background-color: rgb(3,141,253); }
div.DivClassName
{
background-color: #038DFD;
}
.BgClassName
{
background-color: #038DFD;
}
</style>
border-color css
<style>
span { border-color: #038DFD; }
span { border-color: rgb(3,141,253); }
td.TdClassName
{
border-color: #038DFD;
}
.TagClassName
{
border-color: #038DFD;
}
</style>