#0486CD

Color #0486CD Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0486CD

Tints of Pacific Blue #0486CD

Color information

#0486CD (or 0x0486CD) is unknown color: approx Pacific Blue. HEX triplet: 04, 86 and CD. RGB value is (4,134,205). Sum of RGB (Red+Green+Blue) = 4+134+205=343 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #0486CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0486CD is #FB7932. Grayscale: #666666. Windows color (decimal): -16480563 or 13469188. OLE color: 13469188.

HSL color Cylindrical-coordinate representation of color #0486CD: hue angle of 201.19º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0486CD is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4134205-
CMYK0.980.3500.20
HSL201.19º96.17%40.98%-
HSV(B)201.19º98.05%80.39%-
XYZ19.5921.4860.87-
YUV103.22185.4357.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.17%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 205 (80.47% from 255) = 59.77%
R=1.17%
G=39.07%
B=59.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal41342050.980.3500.20201.1996.1740.98
Hex486CD6223014c96029
Octal42063151424302431114051
Binary10010000110110011011100010100011010100110010011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0486CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0486CD; }

 p { color: rgb(4,134,205); }

 H1.HeaderClassName
 {
   color: #0486CD;
 }
 .AnyTagClassName
 {
   color: #0486CD;
 }
</style>
background-color css

<style>
 a { background-color: #0486CD; }

 a { background-color: rgb(4,134,205); }

 div.DivClassName
 {
   background-color: #0486CD;
 }
 .BgClassName
 {
   background-color: #0486CD;
 }
</style>
border-color css

<style>
 span { border-color: #0486CD; }

 span { border-color: rgb(4,134,205); }

 td.TdClassName
 {
   border-color: #0486CD;
 }
 .TagClassName
 {
   border-color: #0486CD;
 }
</style>