Shades of Dodger Blue #038EFF
Tints of Dodger Blue #038EFF
RGB
CMYK
RGB Variations
Color information
#038EFF (or 0x038EFF) is known color: Dodger Blue. HEX triplet: 03, 8E and FF. RGB value is (3,142,255). Sum of RGB (Red+Green+Blue) = 3+142+255=400 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #038EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038EFF is #FC7100. Grayscale: #707070. Windows color (decimal): -16544001 or 16748035. OLE color: 16748035.
HSL color Cylindrical-coordinate representation of color #038EFF: hue angle of 206.9º 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 #038EFF is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 142 | 255 | - |
| CMYK | 0.99 | 0.44 | 0 | 0 |
| HSL | 206.9º | 1% | 0.51% | - |
| HSV(B) | 206.9º | 0.99% | 1% | - |
| XYZ | 27.76 | 26.59 | 98.28 | - |
| YUV | 113.32 | 207.95 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 142 | 255 | 0.99 | 0.44 | 0 | 0 | 206.9 | 1 | 0.51 |
| Hex | 3 | 8E | FF | 63 | 2C | 0 | 0 | CF | 64 | 33 |
| Octal | 3 | 216 | 377 | 143 | 54 | 0 | 0 | 317 | 144 | 63 |
| Binary | 11 | 10001110 | 11111111 | 1100011 | 101100 | 0 | 0 | 11001111 | 1100100 | 110011 |
Color Harmonies of #038EFF
Complementary color
Monochromatic Colors of #038EFF
Black with #038EFF
Text Example
Text Example
White with #038EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038EFF; }
p { color: rgb(3,142,255); }
H1.HeaderClassName
{
color: #038EFF;
}
.AnyTagClassName
{
color: #038EFF;
}
</style>
background-color css
<style>
a { background-color: #038EFF; }
a { background-color: rgb(3,142,255); }
div.DivClassName
{
background-color: #038EFF;
}
.BgClassName
{
background-color: #038EFF;
}
</style>
border-color css
<style>
span { border-color: #038EFF; }
span { border-color: rgb(3,142,255); }
td.TdClassName
{
border-color: #038EFF;
}
.TagClassName
{
border-color: #038EFF;
}
</style>