Shades of Pacific Blue #048CCF
Tints of Pacific Blue #048CCF
RGB
CMYK
RGB Variations
Color information
#048CCF (or 0x048CCF) is known color: Pacific Blue. HEX triplet: 04, 8C and CF. RGB value is (4,140,207). Sum of RGB (Red+Green+Blue) = 4+140+207=351 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #048CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048CCF is #FB7330. Grayscale: #6A6A6A. Windows color (decimal): -16479025 or 13601796. OLE color: 13601796.
HSL color Cylindrical-coordinate representation of color #048CCF: hue angle of 199.8º 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 #048CCF is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 140 | 207 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.19 |
| HSL | 199.8º | 0.96% | 0.41% | - |
| HSV(B) | 199.8º | 0.98% | 0.81% | - |
| XYZ | 20.69 | 23.29 | 62.44 | - |
| YUV | 106.97 | 184.44 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 207 | 0.98 | 0.32 | 0 | 0.19 | 199.8 | 0.96 | 0.41 |
| Hex | 4 | 8C | CF | 62 | 20 | 0 | 13 | C8 | 60 | 29 |
| Octal | 4 | 214 | 317 | 142 | 40 | 0 | 23 | 310 | 140 | 51 |
| Binary | 100 | 10001100 | 11001111 | 1100010 | 100000 | 0 | 10011 | 11001000 | 1100000 | 101001 |
Color Harmonies of #048CCF
Complementary color
Monochromatic Colors of #048CCF
Black with #048CCF
Text Example
Text Example
White with #048CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048CCF; }
p { color: rgb(4,140,207); }
H1.HeaderClassName
{
color: #048CCF;
}
.AnyTagClassName
{
color: #048CCF;
}
</style>
background-color css
<style>
a { background-color: #048CCF; }
a { background-color: rgb(4,140,207); }
div.DivClassName
{
background-color: #048CCF;
}
.BgClassName
{
background-color: #048CCF;
}
</style>
border-color css
<style>
span { border-color: #048CCF; }
span { border-color: rgb(4,140,207); }
td.TdClassName
{
border-color: #048CCF;
}
.TagClassName
{
border-color: #048CCF;
}
</style>