Shades of Pacific Blue #038ED5
Tints of Pacific Blue #038ED5
RGB
CMYK
RGB Variations
Color information
#038ED5 (or 0x038ED5) is known color: Pacific Blue. HEX triplet: 03, 8E and D5. RGB value is (3,142,213). Sum of RGB (Red+Green+Blue) = 3+142+213=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 213 (83.59% from 255 or 59.50% from 358); Max value from RGB is 213 - color contains mainly: blue. Hex color #038ED5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038ED5 is #FC712A. Grayscale: #6C6C6C. Windows color (decimal): -16544043 or 13995523. OLE color: 13995523.
HSL color Cylindrical-coordinate representation of color #038ED5: hue angle of 200.29º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038ED5 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 142 | 213 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.16 |
| HSL | 200.29º | 0.97% | 0.42% | - |
| HSV(B) | 200.29º | 0.99% | 0.84% | - |
| XYZ | 21.72 | 24.17 | 66.47 | - |
| YUV | 108.53 | 186.95 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 142 | 213 | 0.99 | 0.33 | 0 | 0.16 | 200.29 | 0.97 | 0.42 |
| Hex | 3 | 8E | D5 | 63 | 21 | 0 | 10 | C8 | 61 | 2A |
| Octal | 3 | 216 | 325 | 143 | 41 | 0 | 20 | 310 | 141 | 52 |
| Binary | 11 | 10001110 | 11010101 | 1100011 | 100001 | 0 | 10000 | 11001000 | 1100001 | 101010 |
Color Harmonies of #038ED5
Complementary color
Monochromatic Colors of #038ED5
Black with #038ED5
Text Example
Text Example
White with #038ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038ED5; }
p { color: rgb(3,142,213); }
H1.HeaderClassName
{
color: #038ED5;
}
.AnyTagClassName
{
color: #038ED5;
}
</style>
background-color css
<style>
a { background-color: #038ED5; }
a { background-color: rgb(3,142,213); }
div.DivClassName
{
background-color: #038ED5;
}
.BgClassName
{
background-color: #038ED5;
}
</style>
border-color css
<style>
span { border-color: #038ED5; }
span { border-color: rgb(3,142,213); }
td.TdClassName
{
border-color: #038ED5;
}
.TagClassName
{
border-color: #038ED5;
}
</style>