Shades of Pacific Blue #048ECF
Tints of Pacific Blue #048ECF
RGB
CMYK
RGB Variations
Color information
#048ECF (or 0x048ECF) is known color: Pacific Blue. HEX triplet: 04, 8E and CF. RGB value is (4,142,207). Sum of RGB (Red+Green+Blue) = 4+142+207=353 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #048ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048ECF is #FB7130. Grayscale: #6B6B6B. Windows color (decimal): -16478513 or 13602308. OLE color: 13602308.
HSL color Cylindrical-coordinate representation of color #048ECF: hue angle of 199.21º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048ECF is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 142 | 207 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.19 |
| HSL | 199.21º | 0.96% | 0.41% | - |
| HSV(B) | 199.21º | 0.98% | 0.81% | - |
| XYZ | 20.99 | 23.88 | 62.53 | - |
| YUV | 108.15 | 183.78 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 142 | 207 | 0.98 | 0.31 | 0 | 0.19 | 199.21 | 0.96 | 0.41 |
| Hex | 4 | 8E | CF | 62 | 1F | 0 | 13 | C7 | 60 | 29 |
| Octal | 4 | 216 | 317 | 142 | 37 | 0 | 23 | 307 | 140 | 51 |
| Binary | 100 | 10001110 | 11001111 | 1100010 | 11111 | 0 | 10011 | 11000111 | 1100000 | 101001 |
Color Harmonies of #048ECF
Complementary color
Monochromatic Colors of #048ECF
Black with #048ECF
Text Example
Text Example
White with #048ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048ECF; }
p { color: rgb(4,142,207); }
H1.HeaderClassName
{
color: #048ECF;
}
.AnyTagClassName
{
color: #048ECF;
}
</style>
background-color css
<style>
a { background-color: #048ECF; }
a { background-color: rgb(4,142,207); }
div.DivClassName
{
background-color: #048ECF;
}
.BgClassName
{
background-color: #048ECF;
}
</style>
border-color css
<style>
span { border-color: #048ECF; }
span { border-color: rgb(4,142,207); }
td.TdClassName
{
border-color: #048ECF;
}
.TagClassName
{
border-color: #048ECF;
}
</style>