Shades of Dodger Blue #038AF2
Tints of Dodger Blue #038AF2
RGB
CMYK
RGB Variations
Color information
#038AF2 (or 0x038AF2) is known color: Dodger Blue. HEX triplet: 03, 8A and F2. RGB value is (3,138,242). Sum of RGB (Red+Green+Blue) = 3+138+242=383 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 242 (94.92% from 255 or 63.19% from 383); Max value from RGB is 242 - color contains mainly: blue. Hex color #038AF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038AF2 is #FC750D. Grayscale: #6C6C6C. Windows color (decimal): -16545038 or 15895043. OLE color: 15895043.
HSL color Cylindrical-coordinate representation of color #038AF2: hue angle of 206.11º 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 #038AF2 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 138 | 242 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.05 |
| HSL | 206.11º | 0.98% | 0.48% | - |
| HSV(B) | 206.11º | 0.99% | 0.95% | - |
| XYZ | 25.15 | 24.61 | 87.43 | - |
| YUV | 109.49 | 202.77 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 242 | 0.99 | 0.43 | 0 | 0.05 | 206.11 | 0.98 | 0.48 |
| Hex | 3 | 8A | F2 | 63 | 2B | 0 | 5 | CE | 62 | 30 |
| Octal | 3 | 212 | 362 | 143 | 53 | 0 | 5 | 316 | 142 | 60 |
| Binary | 11 | 10001010 | 11110010 | 1100011 | 101011 | 0 | 101 | 11001110 | 1100010 | 110000 |
Color Harmonies of #038AF2
Complementary color
Monochromatic Colors of #038AF2
Black with #038AF2
Text Example
Text Example
White with #038AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038AF2; }
p { color: rgb(3,138,242); }
H1.HeaderClassName
{
color: #038AF2;
}
.AnyTagClassName
{
color: #038AF2;
}
</style>
background-color css
<style>
a { background-color: #038AF2; }
a { background-color: rgb(3,138,242); }
div.DivClassName
{
background-color: #038AF2;
}
.BgClassName
{
background-color: #038AF2;
}
</style>
border-color css
<style>
span { border-color: #038AF2; }
span { border-color: rgb(3,138,242); }
td.TdClassName
{
border-color: #038AF2;
}
.TagClassName
{
border-color: #038AF2;
}
</style>