Shades of Dodger Blue #038FFF
Tints of Dodger Blue #038FFF
RGB
CMYK
RGB Variations
Color information
#038FFF (or 0x038FFF) is known color: Dodger Blue. HEX triplet: 03, 8F and FF. RGB value is (3,143,255). Sum of RGB (Red+Green+Blue) = 3+143+255=401 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #038FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038FFF is #FC7000. Grayscale: #717171. Windows color (decimal): -16543745 or 16748291. OLE color: 16748291.
HSL color Cylindrical-coordinate representation of color #038FFF: hue angle of 206.67º 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 #038FFF is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 143 | 255 | - |
| CMYK | 0.99 | 0.44 | 0 | 0 |
| HSL | 206.67º | 1% | 0.51% | - |
| HSV(B) | 206.67º | 0.99% | 1% | - |
| XYZ | 27.91 | 26.88 | 98.33 | - |
| YUV | 113.91 | 207.62 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 143 | 255 | 0.99 | 0.44 | 0 | 0 | 206.67 | 1 | 0.51 |
| Hex | 3 | 8F | FF | 63 | 2C | 0 | 0 | CF | 64 | 33 |
| Octal | 3 | 217 | 377 | 143 | 54 | 0 | 0 | 317 | 144 | 63 |
| Binary | 11 | 10001111 | 11111111 | 1100011 | 101100 | 0 | 0 | 11001111 | 1100100 | 110011 |
Color Harmonies of #038FFF
Complementary color
Monochromatic Colors of #038FFF
Black with #038FFF
Text Example
Text Example
White with #038FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038FFF; }
p { color: rgb(3,143,255); }
H1.HeaderClassName
{
color: #038FFF;
}
.AnyTagClassName
{
color: #038FFF;
}
</style>
background-color css
<style>
a { background-color: #038FFF; }
a { background-color: rgb(3,143,255); }
div.DivClassName
{
background-color: #038FFF;
}
.BgClassName
{
background-color: #038FFF;
}
</style>
border-color css
<style>
span { border-color: #038FFF; }
span { border-color: rgb(3,143,255); }
td.TdClassName
{
border-color: #038FFF;
}
.TagClassName
{
border-color: #038FFF;
}
</style>