#1486CD

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

Shades of Pacific Blue #1486CD

Tints of Pacific Blue #1486CD

Color information

#1486CD (or 0x1486CD) is unknown color: approx Pacific Blue. HEX triplet: 14, 86 and CD. RGB value is (20,134,205). Sum of RGB (Red+Green+Blue) = 20+134+205=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #1486CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1486CD is #EB7932. Grayscale: #6B6B6B. Windows color (decimal): -15431987 or 13469204. OLE color: 13469204.

HSL color Cylindrical-coordinate representation of color #1486CD: hue angle of 203.03º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1486CD is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20134205-
CMYK0.900.3500.20
HSL203.03º82.22%44.12%-
HSV(B)203.03º90.24%80.39%-
XYZ19.8321.6160.88-
YUV108.01182.7365.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.57%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 205 (80.47% from 255) = 57.10%
R=5.57%
G=37.33%
B=57.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201342050.900.3500.20203.0382.2244.12
Hex1486CD5A23014cb522c
Octal242063151324302431312254
Binary1010010000110110011011011010100011010100110010111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1486CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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