Shades of Pacific Blue #038FE1
Tints of Pacific Blue #038FE1
RGB
CMYK
RGB Variations
Color information
#038FE1 (or 0x038FE1) is known color: Pacific Blue. HEX triplet: 03, 8F and E1. RGB value is (3,143,225). Sum of RGB (Red+Green+Blue) = 3+143+225=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #038FE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038FE1 is #FC701E. Grayscale: #6E6E6E. Windows color (decimal): -16543775 or 14782211. OLE color: 14782211.
HSL color Cylindrical-coordinate representation of color #038FE1: hue angle of 202.16º 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 #038FE1 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 143 | 225 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.12 |
| HSL | 202.16º | 0.97% | 0.45% | - |
| HSV(B) | 202.16º | 0.99% | 0.88% | - |
| XYZ | 23.45 | 25.1 | 74.84 | - |
| YUV | 110.49 | 192.62 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 143 | 225 | 0.99 | 0.36 | 0 | 0.12 | 202.16 | 0.97 | 0.45 |
| Hex | 3 | 8F | E1 | 63 | 24 | 0 | C | CA | 61 | 2D |
| Octal | 3 | 217 | 341 | 143 | 44 | 0 | 14 | 312 | 141 | 55 |
| Binary | 11 | 10001111 | 11100001 | 1100011 | 100100 | 0 | 1100 | 11001010 | 1100001 | 101101 |
Color Harmonies of #038FE1
Complementary color
Monochromatic Colors of #038FE1
Black with #038FE1
Text Example
Text Example
White with #038FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038FE1; }
p { color: rgb(3,143,225); }
H1.HeaderClassName
{
color: #038FE1;
}
.AnyTagClassName
{
color: #038FE1;
}
</style>
background-color css
<style>
a { background-color: #038FE1; }
a { background-color: rgb(3,143,225); }
div.DivClassName
{
background-color: #038FE1;
}
.BgClassName
{
background-color: #038FE1;
}
</style>
border-color css
<style>
span { border-color: #038FE1; }
span { border-color: rgb(3,143,225); }
td.TdClassName
{
border-color: #038FE1;
}
.TagClassName
{
border-color: #038FE1;
}
</style>