Shades of Pacific Blue #0486D3
Tints of Pacific Blue #0486D3
RGB
CMYK
RGB Variations
Color information
#0486D3 (or 0x0486D3) is known color: Pacific Blue. HEX triplet: 04, 86 and D3. RGB value is (4,134,211). Sum of RGB (Red+Green+Blue) = 4+134+211=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 211 (82.81% from 255 or 60.46% from 349); Max value from RGB is 211 - color contains mainly: blue. Hex color #0486D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0486D3 is #FB792C. Grayscale: #676767. Windows color (decimal): -16480557 or 13862404. OLE color: 13862404.
HSL color Cylindrical-coordinate representation of color #0486D3: hue angle of 202.32º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0486D3 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 4 | 134 | 211 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.17 |
| HSL | 202.32º | 0.96% | 0.42% | - |
| HSV(B) | 202.32º | 0.98% | 0.83% | - |
| XYZ | 20.33 | 21.78 | 64.76 | - |
| YUV | 103.91 | 188.43 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 134 | 211 | 0.98 | 0.36 | 0 | 0.17 | 202.32 | 0.96 | 0.42 |
| Hex | 4 | 86 | D3 | 62 | 24 | 0 | 11 | CA | 60 | 2A |
| Octal | 4 | 206 | 323 | 142 | 44 | 0 | 21 | 312 | 140 | 52 |
| Binary | 100 | 10000110 | 11010011 | 1100010 | 100100 | 0 | 10001 | 11001010 | 1100000 | 101010 |
Color Harmonies of #0486D3
Complementary color
Monochromatic Colors of #0486D3
Black with #0486D3
Text Example
Text Example
White with #0486D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0486D3; }
p { color: rgb(4,134,211); }
H1.HeaderClassName
{
color: #0486D3;
}
.AnyTagClassName
{
color: #0486D3;
}
</style>
background-color css
<style>
a { background-color: #0486D3; }
a { background-color: rgb(4,134,211); }
div.DivClassName
{
background-color: #0486D3;
}
.BgClassName
{
background-color: #0486D3;
}
</style>
border-color css
<style>
span { border-color: #0486D3; }
span { border-color: rgb(4,134,211); }
td.TdClassName
{
border-color: #0486D3;
}
.TagClassName
{
border-color: #0486D3;
}
</style>