Shades of Dodger Blue #038AF3
Tints of Dodger Blue #038AF3
RGB
CMYK
RGB Variations
Color information
#038AF3 (or 0x038AF3) is known color: Dodger Blue. HEX triplet: 03, 8A and F3. RGB value is (3,138,243). Sum of RGB (Red+Green+Blue) = 3+138+243=384 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 243 (95.31% from 255 or 63.28% from 384); Max value from RGB is 243 - color contains mainly: blue. Hex color #038AF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038AF3 is #FC750C. Grayscale: #6D6D6D. Windows color (decimal): -16545037 or 15960579. OLE color: 15960579.
HSL color Cylindrical-coordinate representation of color #038AF3: hue angle of 206.25º 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 #038AF3 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 138 | 243 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.05 |
| HSL | 206.25º | 0.98% | 0.48% | - |
| HSV(B) | 206.25º | 0.99% | 0.95% | - |
| XYZ | 25.3 | 24.67 | 88.22 | - |
| YUV | 109.61 | 203.27 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 243 | 0.99 | 0.43 | 0 | 0.05 | 206.25 | 0.98 | 0.48 |
| Hex | 3 | 8A | F3 | 63 | 2B | 0 | 5 | CE | 62 | 30 |
| Octal | 3 | 212 | 363 | 143 | 53 | 0 | 5 | 316 | 142 | 60 |
| Binary | 11 | 10001010 | 11110011 | 1100011 | 101011 | 0 | 101 | 11001110 | 1100010 | 110000 |
Color Harmonies of #038AF3
Complementary color
Monochromatic Colors of #038AF3
Black with #038AF3
Text Example
Text Example
White with #038AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038AF3; }
p { color: rgb(3,138,243); }
H1.HeaderClassName
{
color: #038AF3;
}
.AnyTagClassName
{
color: #038AF3;
}
</style>
background-color css
<style>
a { background-color: #038AF3; }
a { background-color: rgb(3,138,243); }
div.DivClassName
{
background-color: #038AF3;
}
.BgClassName
{
background-color: #038AF3;
}
</style>
border-color css
<style>
span { border-color: #038AF3; }
span { border-color: rgb(3,138,243); }
td.TdClassName
{
border-color: #038AF3;
}
.TagClassName
{
border-color: #038AF3;
}
</style>