Shades of Dodger Blue #038BFD
Tints of Dodger Blue #038BFD
RGB
CMYK
RGB Variations
Color information
#038BFD (or 0x038BFD) is known color: Dodger Blue. HEX triplet: 03, 8B and FD. RGB value is (3,139,253). Sum of RGB (Red+Green+Blue) = 3+139+253=395 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #038BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038BFD is #FC7402. Grayscale: #6E6E6E. Windows color (decimal): -16544771 or 16616195. OLE color: 16616195.
HSL color Cylindrical-coordinate representation of color #038BFD: hue angle of 207.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038BFD is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 139 | 253 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.01 |
| HSL | 207.36º | 0.98% | 0.5% | - |
| HSV(B) | 207.36º | 0.99% | 0.99% | - |
| XYZ | 27 | 25.58 | 96.44 | - |
| YUV | 111.33 | 207.94 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 139 | 253 | 0.99 | 0.45 | 0 | 0.01 | 207.36 | 0.98 | 0.5 |
| Hex | 3 | 8B | FD | 63 | 2D | 0 | 1 | CF | 62 | 32 |
| Octal | 3 | 213 | 375 | 143 | 55 | 0 | 1 | 317 | 142 | 62 |
| Binary | 11 | 10001011 | 11111101 | 1100011 | 101101 | 0 | 1 | 11001111 | 1100010 | 110010 |
Color Harmonies of #038BFD
Complementary color
Monochromatic Colors of #038BFD
Black with #038BFD
Text Example
Text Example
White with #038BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038BFD; }
p { color: rgb(3,139,253); }
H1.HeaderClassName
{
color: #038BFD;
}
.AnyTagClassName
{
color: #038BFD;
}
</style>
background-color css
<style>
a { background-color: #038BFD; }
a { background-color: rgb(3,139,253); }
div.DivClassName
{
background-color: #038BFD;
}
.BgClassName
{
background-color: #038BFD;
}
</style>
border-color css
<style>
span { border-color: #038BFD; }
span { border-color: rgb(3,139,253); }
td.TdClassName
{
border-color: #038BFD;
}
.TagClassName
{
border-color: #038BFD;
}
</style>