Shades of Pacific Blue #038DDA
Tints of Pacific Blue #038DDA
RGB
CMYK
RGB Variations
Color information
#038DDA (or 0x038DDA) is known color: Pacific Blue. HEX triplet: 03, 8D and DA. RGB value is (3,141,218). Sum of RGB (Red+Green+Blue) = 3+141+218=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #038DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038DDA is #FC7225. Grayscale: #6C6C6C. Windows color (decimal): -16544294 or 14322947. OLE color: 14322947.
HSL color Cylindrical-coordinate representation of color #038DDA: hue angle of 201.49º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038DDA is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 141 | 218 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.15 |
| HSL | 201.49º | 0.97% | 0.43% | - |
| HSV(B) | 201.49º | 0.99% | 0.85% | - |
| XYZ | 22.22 | 24.13 | 69.82 | - |
| YUV | 108.52 | 189.78 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 218 | 0.99 | 0.35 | 0 | 0.15 | 201.49 | 0.97 | 0.43 |
| Hex | 3 | 8D | DA | 63 | 23 | 0 | F | C9 | 61 | 2B |
| Octal | 3 | 215 | 332 | 143 | 43 | 0 | 17 | 311 | 141 | 53 |
| Binary | 11 | 10001101 | 11011010 | 1100011 | 100011 | 0 | 1111 | 11001001 | 1100001 | 101011 |
Color Harmonies of #038DDA
Complementary color
Monochromatic Colors of #038DDA
Black with #038DDA
Text Example
Text Example
White with #038DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038DDA; }
p { color: rgb(3,141,218); }
H1.HeaderClassName
{
color: #038DDA;
}
.AnyTagClassName
{
color: #038DDA;
}
</style>
background-color css
<style>
a { background-color: #038DDA; }
a { background-color: rgb(3,141,218); }
div.DivClassName
{
background-color: #038DDA;
}
.BgClassName
{
background-color: #038DDA;
}
</style>
border-color css
<style>
span { border-color: #038DDA; }
span { border-color: rgb(3,141,218); }
td.TdClassName
{
border-color: #038DDA;
}
.TagClassName
{
border-color: #038DDA;
}
</style>