Shades of Dodger Blue #038DFF
Tints of Dodger Blue #038DFF
RGB
CMYK
RGB Variations
Color information
#038DFF (or 0x038DFF) is known color: Dodger Blue. HEX triplet: 03, 8D and FF. RGB value is (3,141,255). Sum of RGB (Red+Green+Blue) = 3+141+255=399 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #038DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038DFF is #FC7200. Grayscale: #707070. Windows color (decimal): -16544257 or 16747779. OLE color: 16747779.
HSL color Cylindrical-coordinate representation of color #038DFF: hue angle of 207.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038DFF is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 141 | 255 | - |
| CMYK | 0.99 | 0.45 | 0 | 0 |
| HSL | 207.14º | 1% | 0.51% | - |
| HSV(B) | 207.14º | 0.99% | 1% | - |
| XYZ | 27.61 | 26.29 | 98.23 | - |
| YUV | 112.73 | 208.28 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 255 | 0.99 | 0.45 | 0 | 0 | 207.14 | 1 | 0.51 |
| Hex | 3 | 8D | FF | 63 | 2D | 0 | 0 | CF | 64 | 33 |
| Octal | 3 | 215 | 377 | 143 | 55 | 0 | 0 | 317 | 144 | 63 |
| Binary | 11 | 10001101 | 11111111 | 1100011 | 101101 | 0 | 0 | 11001111 | 1100100 | 110011 |
Color Harmonies of #038DFF
Complementary color
Monochromatic Colors of #038DFF
Black with #038DFF
Text Example
Text Example
White with #038DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038DFF; }
p { color: rgb(3,141,255); }
H1.HeaderClassName
{
color: #038DFF;
}
.AnyTagClassName
{
color: #038DFF;
}
</style>
background-color css
<style>
a { background-color: #038DFF; }
a { background-color: rgb(3,141,255); }
div.DivClassName
{
background-color: #038DFF;
}
.BgClassName
{
background-color: #038DFF;
}
</style>
border-color css
<style>
span { border-color: #038DFF; }
span { border-color: rgb(3,141,255); }
td.TdClassName
{
border-color: #038DFF;
}
.TagClassName
{
border-color: #038DFF;
}
</style>