Shades of Dodger Blue #038CEB
Tints of Dodger Blue #038CEB
RGB
CMYK
RGB Variations
Color information
#038CEB (or 0x038CEB) is known color: Dodger Blue. HEX triplet: 03, 8C and EB. RGB value is (3,140,235). Sum of RGB (Red+Green+Blue) = 3+140+235=378 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #038CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038CEB is #FC7314. Grayscale: #6D6D6D. Windows color (decimal): -16544533 or 15436803. OLE color: 15436803.
HSL color Cylindrical-coordinate representation of color #038CEB: hue angle of 204.57º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038CEB is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 140 | 235 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.08 |
| HSL | 204.57º | 0.97% | 0.47% | - |
| HSV(B) | 204.57º | 0.99% | 0.92% | - |
| XYZ | 24.41 | 24.77 | 82.09 | - |
| YUV | 109.87 | 198.61 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 140 | 235 | 0.99 | 0.40 | 0 | 0.08 | 204.57 | 0.97 | 0.47 |
| Hex | 3 | 8C | EB | 63 | 28 | 0 | 8 | CD | 61 | 2F |
| Octal | 3 | 214 | 353 | 143 | 50 | 0 | 10 | 315 | 141 | 57 |
| Binary | 11 | 10001100 | 11101011 | 1100011 | 101000 | 0 | 1000 | 11001101 | 1100001 | 101111 |
Color Harmonies of #038CEB
Complementary color
Monochromatic Colors of #038CEB
Black with #038CEB
Text Example
Text Example
White with #038CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038CEB; }
p { color: rgb(3,140,235); }
H1.HeaderClassName
{
color: #038CEB;
}
.AnyTagClassName
{
color: #038CEB;
}
</style>
background-color css
<style>
a { background-color: #038CEB; }
a { background-color: rgb(3,140,235); }
div.DivClassName
{
background-color: #038CEB;
}
.BgClassName
{
background-color: #038CEB;
}
</style>
border-color css
<style>
span { border-color: #038CEB; }
span { border-color: rgb(3,140,235); }
td.TdClassName
{
border-color: #038CEB;
}
.TagClassName
{
border-color: #038CEB;
}
</style>