Shades of Dodger Blue #038BFF
Tints of Dodger Blue #038BFF
RGB
CMYK
RGB Variations
Color information
#038BFF (or 0x038BFF) is known color: Dodger Blue. HEX triplet: 03, 8B and FF. RGB value is (3,139,255). Sum of RGB (Red+Green+Blue) = 3+139+255=397 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #038BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038BFF is #FC7400. Grayscale: #6E6E6E. Windows color (decimal): -16544769 or 16747267. OLE color: 16747267.
HSL color Cylindrical-coordinate representation of color #038BFF: hue angle of 207.62º 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 #038BFF is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 139 | 255 | - |
| CMYK | 0.99 | 0.45 | 0 | 0 |
| HSL | 207.62º | 1% | 0.51% | - |
| HSV(B) | 207.62º | 0.99% | 1% | - |
| XYZ | 27.32 | 25.7 | 98.13 | - |
| YUV | 111.56 | 208.94 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 139 | 255 | 0.99 | 0.45 | 0 | 0 | 207.62 | 1 | 0.51 |
| Hex | 3 | 8B | FF | 63 | 2D | 0 | 0 | D0 | 64 | 33 |
| Octal | 3 | 213 | 377 | 143 | 55 | 0 | 0 | 320 | 144 | 63 |
| Binary | 11 | 10001011 | 11111111 | 1100011 | 101101 | 0 | 0 | 11010000 | 1100100 | 110011 |
Color Harmonies of #038BFF
Complementary color
Monochromatic Colors of #038BFF
Black with #038BFF
Text Example
Text Example
White with #038BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038BFF; }
p { color: rgb(3,139,255); }
H1.HeaderClassName
{
color: #038BFF;
}
.AnyTagClassName
{
color: #038BFF;
}
</style>
background-color css
<style>
a { background-color: #038BFF; }
a { background-color: rgb(3,139,255); }
div.DivClassName
{
background-color: #038BFF;
}
.BgClassName
{
background-color: #038BFF;
}
</style>
border-color css
<style>
span { border-color: #038BFF; }
span { border-color: rgb(3,139,255); }
td.TdClassName
{
border-color: #038BFF;
}
.TagClassName
{
border-color: #038BFF;
}
</style>