Shades of Pacific Blue #038EE0
Tints of Pacific Blue #038EE0
RGB
CMYK
RGB Variations
Color information
#038EE0 (or 0x038EE0) is known color: Pacific Blue. HEX triplet: 03, 8E and E0. RGB value is (3,142,224). Sum of RGB (Red+Green+Blue) = 3+142+224=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #038EE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038EE0 is #FC711F. Grayscale: #6D6D6D. Windows color (decimal): -16544032 or 14716419. OLE color: 14716419.
HSL color Cylindrical-coordinate representation of color #038EE0: hue angle of 202.26º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038EE0 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 142 | 224 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.12 |
| HSL | 202.26º | 0.97% | 0.45% | - |
| HSV(B) | 202.26º | 0.99% | 0.88% | - |
| XYZ | 23.17 | 24.75 | 74.08 | - |
| YUV | 109.79 | 192.45 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 142 | 224 | 0.99 | 0.37 | 0 | 0.12 | 202.26 | 0.97 | 0.45 |
| Hex | 3 | 8E | E0 | 63 | 25 | 0 | C | CA | 61 | 2D |
| Octal | 3 | 216 | 340 | 143 | 45 | 0 | 14 | 312 | 141 | 55 |
| Binary | 11 | 10001110 | 11100000 | 1100011 | 100101 | 0 | 1100 | 11001010 | 1100001 | 101101 |
Color Harmonies of #038EE0
Complementary color
Monochromatic Colors of #038EE0
Black with #038EE0
Text Example
Text Example
White with #038EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038EE0; }
p { color: rgb(3,142,224); }
H1.HeaderClassName
{
color: #038EE0;
}
.AnyTagClassName
{
color: #038EE0;
}
</style>
background-color css
<style>
a { background-color: #038EE0; }
a { background-color: rgb(3,142,224); }
div.DivClassName
{
background-color: #038EE0;
}
.BgClassName
{
background-color: #038EE0;
}
</style>
border-color css
<style>
span { border-color: #038EE0; }
span { border-color: rgb(3,142,224); }
td.TdClassName
{
border-color: #038EE0;
}
.TagClassName
{
border-color: #038EE0;
}
</style>