Shades of Pacific Blue #038DCD
Tints of Pacific Blue #038DCD
RGB
CMYK
RGB Variations
Color information
#038DCD (or 0x038DCD) is known color: Pacific Blue. HEX triplet: 03, 8D and CD. RGB value is (3,141,205). Sum of RGB (Red+Green+Blue) = 3+141+205=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #038DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038DCD is #FC7232. Grayscale: #6A6A6A. Windows color (decimal): -16544307 or 13470979. OLE color: 13470979.
HSL color Cylindrical-coordinate representation of color #038DCD: hue angle of 199.01º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038DCD is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 141 | 205 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.20 |
| HSL | 199.01º | 0.97% | 0.41% | - |
| HSV(B) | 199.01º | 0.99% | 0.8% | - |
| XYZ | 20.58 | 23.48 | 61.2 | - |
| YUV | 107.03 | 183.28 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 205 | 0.99 | 0.31 | 0 | 0.20 | 199.01 | 0.97 | 0.41 |
| Hex | 3 | 8D | CD | 63 | 1F | 0 | 14 | C7 | 61 | 29 |
| Octal | 3 | 215 | 315 | 143 | 37 | 0 | 24 | 307 | 141 | 51 |
| Binary | 11 | 10001101 | 11001101 | 1100011 | 11111 | 0 | 10100 | 11000111 | 1100001 | 101001 |
Color Harmonies of #038DCD
Complementary color
Monochromatic Colors of #038DCD
Black with #038DCD
Text Example
Text Example
White with #038DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038DCD; }
p { color: rgb(3,141,205); }
H1.HeaderClassName
{
color: #038DCD;
}
.AnyTagClassName
{
color: #038DCD;
}
</style>
background-color css
<style>
a { background-color: #038DCD; }
a { background-color: rgb(3,141,205); }
div.DivClassName
{
background-color: #038DCD;
}
.BgClassName
{
background-color: #038DCD;
}
</style>
border-color css
<style>
span { border-color: #038DCD; }
span { border-color: rgb(3,141,205); }
td.TdClassName
{
border-color: #038DCD;
}
.TagClassName
{
border-color: #038DCD;
}
</style>