Shades of Dodger Blue #038FEC
Tints of Dodger Blue #038FEC
RGB
CMYK
RGB Variations
Color information
#038FEC (or 0x038FEC) is known color: Dodger Blue. HEX triplet: 03, 8F and EC. RGB value is (3,143,236). Sum of RGB (Red+Green+Blue) = 3+143+236=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #038FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038FEC is #FC7013. Grayscale: #6F6F6F. Windows color (decimal): -16543764 or 15503107. OLE color: 15503107.
HSL color Cylindrical-coordinate representation of color #038FEC: hue angle of 203.95º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038FEC is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 143 | 236 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.07 |
| HSL | 203.95º | 0.97% | 0.47% | - |
| HSV(B) | 203.95º | 0.99% | 0.93% | - |
| XYZ | 25 | 25.72 | 83 | - |
| YUV | 111.74 | 198.12 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 143 | 236 | 0.99 | 0.39 | 0 | 0.07 | 203.95 | 0.97 | 0.47 |
| Hex | 3 | 8F | EC | 63 | 27 | 0 | 7 | CC | 61 | 2F |
| Octal | 3 | 217 | 354 | 143 | 47 | 0 | 7 | 314 | 141 | 57 |
| Binary | 11 | 10001111 | 11101100 | 1100011 | 100111 | 0 | 111 | 11001100 | 1100001 | 101111 |
Color Harmonies of #038FEC
Complementary color
Monochromatic Colors of #038FEC
Black with #038FEC
Text Example
Text Example
White with #038FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038FEC; }
p { color: rgb(3,143,236); }
H1.HeaderClassName
{
color: #038FEC;
}
.AnyTagClassName
{
color: #038FEC;
}
</style>
background-color css
<style>
a { background-color: #038FEC; }
a { background-color: rgb(3,143,236); }
div.DivClassName
{
background-color: #038FEC;
}
.BgClassName
{
background-color: #038FEC;
}
</style>
border-color css
<style>
span { border-color: #038FEC; }
span { border-color: rgb(3,143,236); }
td.TdClassName
{
border-color: #038FEC;
}
.TagClassName
{
border-color: #038FEC;
}
</style>