Shades of Dodger Blue #038AFB
Tints of Dodger Blue #038AFB
RGB
CMYK
RGB Variations
Color information
#038AFB (or 0x038AFB) is known color: Dodger Blue. HEX triplet: 03, 8A and FB. RGB value is (3,138,251). Sum of RGB (Red+Green+Blue) = 3+138+251=392 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #038AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038AFB is #FC7504. Grayscale: #6D6D6D. Windows color (decimal): -16545029 or 16484867. OLE color: 16484867.
HSL color Cylindrical-coordinate representation of color #038AFB: hue angle of 207.34º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038AFB is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 138 | 251 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.02 |
| HSL | 207.34º | 0.98% | 0.5% | - |
| HSV(B) | 207.34º | 0.99% | 0.98% | - |
| XYZ | 26.54 | 25.16 | 94.72 | - |
| YUV | 110.52 | 207.27 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 251 | 0.99 | 0.45 | 0 | 0.02 | 207.34 | 0.98 | 0.5 |
| Hex | 3 | 8A | FB | 63 | 2D | 0 | 2 | CF | 62 | 32 |
| Octal | 3 | 212 | 373 | 143 | 55 | 0 | 2 | 317 | 142 | 62 |
| Binary | 11 | 10001010 | 11111011 | 1100011 | 101101 | 0 | 10 | 11001111 | 1100010 | 110010 |
Color Harmonies of #038AFB
Complementary color
Monochromatic Colors of #038AFB
Black with #038AFB
Text Example
Text Example
White with #038AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038AFB; }
p { color: rgb(3,138,251); }
H1.HeaderClassName
{
color: #038AFB;
}
.AnyTagClassName
{
color: #038AFB;
}
</style>
background-color css
<style>
a { background-color: #038AFB; }
a { background-color: rgb(3,138,251); }
div.DivClassName
{
background-color: #038AFB;
}
.BgClassName
{
background-color: #038AFB;
}
</style>
border-color css
<style>
span { border-color: #038AFB; }
span { border-color: rgb(3,138,251); }
td.TdClassName
{
border-color: #038AFB;
}
.TagClassName
{
border-color: #038AFB;
}
</style>