Shades of Pacific Blue #038DDD
Tints of Pacific Blue #038DDD
RGB
CMYK
RGB Variations
Color information
#038DDD (or 0x038DDD) is known color: Pacific Blue. HEX triplet: 03, 8D and DD. RGB value is (3,141,221). Sum of RGB (Red+Green+Blue) = 3+141+221=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #038DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038DDD is #FC7222. Grayscale: #6C6C6C. Windows color (decimal): -16544291 or 14519555. OLE color: 14519555.
HSL color Cylindrical-coordinate representation of color #038DDD: hue angle of 202.02º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038DDD is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 141 | 221 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.13 |
| HSL | 202.02º | 0.97% | 0.44% | - |
| HSV(B) | 202.02º | 0.99% | 0.87% | - |
| XYZ | 22.61 | 24.29 | 71.9 | - |
| YUV | 108.86 | 191.28 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 221 | 0.99 | 0.36 | 0 | 0.13 | 202.02 | 0.97 | 0.44 |
| Hex | 3 | 8D | DD | 63 | 24 | 0 | D | CA | 61 | 2C |
| Octal | 3 | 215 | 335 | 143 | 44 | 0 | 15 | 312 | 141 | 54 |
| Binary | 11 | 10001101 | 11011101 | 1100011 | 100100 | 0 | 1101 | 11001010 | 1100001 | 101100 |
Color Harmonies of #038DDD
Complementary color
Monochromatic Colors of #038DDD
Black with #038DDD
Text Example
Text Example
White with #038DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038DDD; }
p { color: rgb(3,141,221); }
H1.HeaderClassName
{
color: #038DDD;
}
.AnyTagClassName
{
color: #038DDD;
}
</style>
background-color css
<style>
a { background-color: #038DDD; }
a { background-color: rgb(3,141,221); }
div.DivClassName
{
background-color: #038DDD;
}
.BgClassName
{
background-color: #038DDD;
}
</style>
border-color css
<style>
span { border-color: #038DDD; }
span { border-color: rgb(3,141,221); }
td.TdClassName
{
border-color: #038DDD;
}
.TagClassName
{
border-color: #038DDD;
}
</style>