Shades of Dodger Blue #038AFC
Tints of Dodger Blue #038AFC
RGB
CMYK
RGB Variations
Color information
#038AFC (or 0x038AFC) is known color: Dodger Blue. HEX triplet: 03, 8A and FC. RGB value is (3,138,252). Sum of RGB (Red+Green+Blue) = 3+138+252=393 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #038AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038AFC is #FC7503. Grayscale: #6E6E6E. Windows color (decimal): -16545028 or 16550403. OLE color: 16550403.
HSL color Cylindrical-coordinate representation of color #038AFC: hue angle of 207.47º 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 #038AFC is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 138 | 252 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.01 |
| HSL | 207.47º | 0.98% | 0.5% | - |
| HSV(B) | 207.47º | 0.99% | 0.99% | - |
| XYZ | 26.7 | 25.22 | 95.56 | - |
| YUV | 110.63 | 207.77 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 252 | 0.99 | 0.45 | 0 | 0.01 | 207.47 | 0.98 | 0.5 |
| Hex | 3 | 8A | FC | 63 | 2D | 0 | 1 | CF | 62 | 32 |
| Octal | 3 | 212 | 374 | 143 | 55 | 0 | 1 | 317 | 142 | 62 |
| Binary | 11 | 10001010 | 11111100 | 1100011 | 101101 | 0 | 1 | 11001111 | 1100010 | 110010 |
Color Harmonies of #038AFC
Complementary color
Monochromatic Colors of #038AFC
Black with #038AFC
Text Example
Text Example
White with #038AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038AFC; }
p { color: rgb(3,138,252); }
H1.HeaderClassName
{
color: #038AFC;
}
.AnyTagClassName
{
color: #038AFC;
}
</style>
background-color css
<style>
a { background-color: #038AFC; }
a { background-color: rgb(3,138,252); }
div.DivClassName
{
background-color: #038AFC;
}
.BgClassName
{
background-color: #038AFC;
}
</style>
border-color css
<style>
span { border-color: #038AFC; }
span { border-color: rgb(3,138,252); }
td.TdClassName
{
border-color: #038AFC;
}
.TagClassName
{
border-color: #038AFC;
}
</style>