Shades of Dodger Blue #038BF3
Tints of Dodger Blue #038BF3
RGB
CMYK
RGB Variations
Color information
#038BF3 (or 0x038BF3) is known color: Dodger Blue. HEX triplet: 03, 8B and F3. RGB value is (3,139,243). Sum of RGB (Red+Green+Blue) = 3+139+243=385 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 243 (95.31% from 255 or 63.12% from 385); Max value from RGB is 243 - color contains mainly: blue. Hex color #038BF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038BF3 is #FC740C. Grayscale: #6D6D6D. Windows color (decimal): -16544781 or 15960835. OLE color: 15960835.
HSL color Cylindrical-coordinate representation of color #038BF3: hue angle of 206º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038BF3 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 139 | 243 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.05 |
| HSL | 206º | 0.98% | 0.48% | - |
| HSV(B) | 206º | 0.99% | 0.95% | - |
| XYZ | 25.45 | 24.96 | 88.27 | - |
| YUV | 110.19 | 202.94 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 139 | 243 | 0.99 | 0.43 | 0 | 0.05 | 206 | 0.98 | 0.48 |
| Hex | 3 | 8B | F3 | 63 | 2B | 0 | 5 | CE | 62 | 30 |
| Octal | 3 | 213 | 363 | 143 | 53 | 0 | 5 | 316 | 142 | 60 |
| Binary | 11 | 10001011 | 11110011 | 1100011 | 101011 | 0 | 101 | 11001110 | 1100010 | 110000 |
Color Harmonies of #038BF3
Complementary color
Monochromatic Colors of #038BF3
Black with #038BF3
Text Example
Text Example
White with #038BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038BF3; }
p { color: rgb(3,139,243); }
H1.HeaderClassName
{
color: #038BF3;
}
.AnyTagClassName
{
color: #038BF3;
}
</style>
background-color css
<style>
a { background-color: #038BF3; }
a { background-color: rgb(3,139,243); }
div.DivClassName
{
background-color: #038BF3;
}
.BgClassName
{
background-color: #038BF3;
}
</style>
border-color css
<style>
span { border-color: #038BF3; }
span { border-color: rgb(3,139,243); }
td.TdClassName
{
border-color: #038BF3;
}
.TagClassName
{
border-color: #038BF3;
}
</style>