Shades of Dodger Blue #038EE5
Tints of Dodger Blue #038EE5
RGB
CMYK
RGB Variations
Color information
#038EE5 (or 0x038EE5) is known color: Dodger Blue. HEX triplet: 03, 8E and E5. RGB value is (3,142,229). Sum of RGB (Red+Green+Blue) = 3+142+229=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 229 (89.84% from 255 or 61.23% from 374); Max value from RGB is 229 - color contains mainly: blue. Hex color #038EE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038EE5 is #FC711A. Grayscale: #6D6D6D. Windows color (decimal): -16544027 or 15044099. OLE color: 15044099.
HSL color Cylindrical-coordinate representation of color #038EE5: hue angle of 203.1º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038EE5 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 142 | 229 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.10 |
| HSL | 203.1º | 0.97% | 0.45% | - |
| HSV(B) | 203.1º | 0.99% | 0.9% | - |
| XYZ | 23.85 | 25.02 | 77.7 | - |
| YUV | 110.36 | 194.95 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 142 | 229 | 0.99 | 0.38 | 0 | 0.10 | 203.1 | 0.97 | 0.45 |
| Hex | 3 | 8E | E5 | 63 | 26 | 0 | A | CB | 61 | 2D |
| Octal | 3 | 216 | 345 | 143 | 46 | 0 | 12 | 313 | 141 | 55 |
| Binary | 11 | 10001110 | 11100101 | 1100011 | 100110 | 0 | 1010 | 11001011 | 1100001 | 101101 |
Color Harmonies of #038EE5
Complementary color
Monochromatic Colors of #038EE5
Black with #038EE5
Text Example
Text Example
White with #038EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038EE5; }
p { color: rgb(3,142,229); }
H1.HeaderClassName
{
color: #038EE5;
}
.AnyTagClassName
{
color: #038EE5;
}
</style>
background-color css
<style>
a { background-color: #038EE5; }
a { background-color: rgb(3,142,229); }
div.DivClassName
{
background-color: #038EE5;
}
.BgClassName
{
background-color: #038EE5;
}
</style>
border-color css
<style>
span { border-color: #038EE5; }
span { border-color: rgb(3,142,229); }
td.TdClassName
{
border-color: #038EE5;
}
.TagClassName
{
border-color: #038EE5;
}
</style>